diff options
author | Fred Drake <fdrake@acm.org> | 2001-10-12 19:02:35 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-10-12 19:02:35 (GMT) |
commit | c65b3d95b6ef2194e4e92c93e276a07aed0e2464 (patch) | |
tree | 85e50e30325024316c5082f5a4a05ae10c7ed43f /Doc | |
parent | 3adf79e3e2ac4ba0c2960997234c0d36c40468a8 (diff) | |
download | cpython-c65b3d95b6ef2194e4e92c93e276a07aed0e2464.zip cpython-c65b3d95b6ef2194e4e92c93e276a07aed0e2464.tar.gz cpython-c65b3d95b6ef2194e4e92c93e276a07aed0e2464.tar.bz2 |
Add entries for the newly split C API manual.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile.deps | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index e58759c..9718cff 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) \ |