diff options
author | Fred Drake <fdrake@acm.org> | 2001-08-20 19:30:29 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-08-20 19:30:29 (GMT) |
commit | cc8f44b8847d65ba62b3d34bf4b7613414ba0fae (patch) | |
tree | 701be3a763a37672598eae3a6c3c2e540f608b32 /Doc/Makefile.deps | |
parent | 1ba6bada67b2eca079b13f2deebff91696df909b (diff) | |
download | cpython-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.deps | 5 |
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) |