diff options
author | Fred Drake <fdrake@acm.org> | 2001-09-27 20:08:20 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-09-27 20:08:20 (GMT) |
commit | d443d8cc001ad4dc8c9a72994ecd9ffb0ab214bb (patch) | |
tree | a51349c66df522961959d6325416d734747210d6 /Doc | |
parent | e2f9917f9f2c573f84605d75d70ef4fb3d54a740 (diff) | |
download | cpython-d443d8cc001ad4dc8c9a72994ecd9ffb0ab214bb.zip cpython-d443d8cc001ad4dc8c9a72994ecd9ffb0ab214bb.tar.gz cpython-d443d8cc001ad4dc8c9a72994ecd9ffb0ab214bb.tar.bz2 |
Added dependencies for the compiler and email packages.
(Migrate to branch, along with new files compiler.tex and asttable.tex.)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile.deps | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 280e391..8433161 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -51,7 +51,17 @@ REFFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ # LaTeX source files for the Python Library Reference LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ lib/lib.tex \ + lib/asttable.tex \ + lib/compiler.tex \ lib/distutils.tex \ + lib/email.tex \ + lib/emailencoders.tex \ + lib/emailexc.tex \ + lib/emailgenerator.tex \ + lib/emailiter.tex \ + lib/emailmessage.tex \ + lib/emailparser.tex \ + lib/emailutil.tex \ texinputs/reportingbugs.tex \ lib/libintro.tex \ lib/libobjs.tex \ |