Add an entry for the sets module documentation.
authorFred Drake <fdrake@acm.org>
Fri, 23 Aug 2002 15:38:02 +0000 (15:38 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 23 Aug 2002 15:38:02 +0000 (15:38 +0000)
Move another entry so the boilerplate doesn't get mixed up with
document-specific content.

Doc/Makefile.deps

index ac4205bdfd337095ffcbc6732a76c1d557f82351..b6c311ef246d3cfd8a48b14917abca2a4311a933 100644 (file)
@@ -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 \