From: Fred Drake Date: Fri, 23 Aug 2002 15:38:02 +0000 (+0000) Subject: Add an entry for the sets module documentation. X-Git-Tag: v2.3c1~4324 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d526011091e4a89371bf9d1c7345a23e14c3f4ca;p=thirdparty%2FPython%2Fcpython.git Add an entry for the sets module documentation. Move another entry so the boilerplate doesn't get mixed up with document-specific content. --- diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index ac4205bdfd33..b6c311ef246d 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -83,6 +83,7 @@ REFFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ # LaTeX source files for the Python Library Reference LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ + texinputs/reportingbugs.tex \ lib/lib.tex \ lib/asttable.tex \ lib/compiler.tex \ @@ -95,7 +96,6 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ lib/emailmessage.tex \ lib/emailparser.tex \ lib/emailutil.tex \ - texinputs/reportingbugs.tex \ lib/libintro.tex \ lib/libobjs.tex \ lib/libstdtypes.tex \ @@ -105,6 +105,7 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ lib/libsys.tex \ lib/libfpectl.tex \ lib/libgc.tex \ + lib/libsets.tex \ lib/libweakref.tex \ lib/libinspect.tex \ lib/libpydoc.tex \