From: Fred Drake Date: Fri, 12 Oct 2001 19:02:35 +0000 (+0000) Subject: Add entries for the newly split C API manual. X-Git-Tag: v2.2.1c1~1323 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c65b3d95b6ef2194e4e92c93e276a07aed0e2464;p=python Add entries for the newly split C API manual. --- diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index e58759cb06..9718cffd64 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -17,7 +17,18 @@ HOWTOSTYLES= texinputs/howto.cls \ $(COMMONSTYLES) -APIFILES= api/api.tex $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ +APIFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ + api/api.tex \ + api/abstract.tex \ + api/concrete.tex \ + api/exceptions.tex \ + api/init.tex \ + api/intro.tex \ + api/memory.tex \ + api/newtypes.tex \ + api/refcounting.tex \ + api/utilities.tex \ + api/veryhigh.tex \ texinputs/reportingbugs.tex DOCFILES= $(HOWTOSTYLES) \