summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile.deps
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-08-20 19:30:29 (GMT)
committerFred Drake <fdrake@acm.org>2001-08-20 19:30:29 (GMT)
commitcc8f44b8847d65ba62b3d34bf4b7613414ba0fae (patch)
tree701be3a763a37672598eae3a6c3c2e540f608b32 /Doc/Makefile.deps
parent1ba6bada67b2eca079b13f2deebff91696df909b (diff)
downloadcpython-cc8f44b8847d65ba62b3d34bf4b7613414ba0fae.zip
cpython-cc8f44b8847d65ba62b3d34bf4b7613414ba0fae.tar.gz
cpython-cc8f44b8847d65ba62b3d34bf4b7613414ba0fae.tar.bz2
Split "Extending & Embedding" into separate files, one per chapter.
Diffstat (limited to 'Doc/Makefile.deps')
-rw-r--r--Doc/Makefile.deps5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps
index d9738dc..ca658f7 100644
--- a/Doc/Makefile.deps
+++ b/Doc/Makefile.deps
@@ -26,6 +26,11 @@ DOCFILES= $(HOWTOSTYLES) \
doc/doc.tex
EXTFILES= ext/ext.tex $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
+ ext/extending.tex \
+ ext/newtypes.tex \
+ ext/unix.tex \
+ ext/windows.tex \
+ ext/embedding.tex \
texinputs/reportingbugs.tex
TUTFILES= tut/tut.tex $(MANSTYLES) $(COMMONTEX)