]> granicus.if.org Git - python/commitdiff
Add entries for the newly split C API manual.
authorFred Drake <fdrake@acm.org>
Fri, 12 Oct 2001 19:02:35 +0000 (19:02 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 12 Oct 2001 19:02:35 +0000 (19:02 +0000)
Doc/Makefile.deps

index e58759cb060da3cc50912ae11a763ddf3ed5d888..9718cffd64d62a860d64e8bc2975d3925fef00ef 100644 (file)
@@ -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) \