From: Fred Drake Date: Thu, 27 Sep 2001 20:08:20 +0000 (+0000) Subject: Added dependencies for the compiler and email packages. X-Git-Tag: v2.2.1c1~1577 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d443d8cc001ad4dc8c9a72994ecd9ffb0ab214bb;p=python Added dependencies for the compiler and email packages. (Migrate to branch, along with new files compiler.tex and asttable.tex.) --- diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 280e391c74..8433161857 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 \