mirror of https://github.com/python/cpython
Add an entry for the sets module documentation.
Move another entry so the boilerplate doesn't get mixed up with document-specific content.
This commit is contained in:
parent
584cb198f7
commit
d526011091
|
@ -83,6 +83,7 @@ REFFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
|
||||||
|
|
||||||
# LaTeX source files for the Python Library Reference
|
# LaTeX source files for the Python Library Reference
|
||||||
LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
|
LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
|
||||||
|
texinputs/reportingbugs.tex \
|
||||||
lib/lib.tex \
|
lib/lib.tex \
|
||||||
lib/asttable.tex \
|
lib/asttable.tex \
|
||||||
lib/compiler.tex \
|
lib/compiler.tex \
|
||||||
|
@ -95,7 +96,6 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
|
||||||
lib/emailmessage.tex \
|
lib/emailmessage.tex \
|
||||||
lib/emailparser.tex \
|
lib/emailparser.tex \
|
||||||
lib/emailutil.tex \
|
lib/emailutil.tex \
|
||||||
texinputs/reportingbugs.tex \
|
|
||||||
lib/libintro.tex \
|
lib/libintro.tex \
|
||||||
lib/libobjs.tex \
|
lib/libobjs.tex \
|
||||||
lib/libstdtypes.tex \
|
lib/libstdtypes.tex \
|
||||||
|
@ -105,6 +105,7 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
|
||||||
lib/libsys.tex \
|
lib/libsys.tex \
|
||||||
lib/libfpectl.tex \
|
lib/libfpectl.tex \
|
||||||
lib/libgc.tex \
|
lib/libgc.tex \
|
||||||
|
lib/libsets.tex \
|
||||||
lib/libweakref.tex \
|
lib/libweakref.tex \
|
||||||
lib/libinspect.tex \
|
lib/libinspect.tex \
|
||||||
lib/libpydoc.tex \
|
lib/libpydoc.tex \
|
||||||
|
|
Loading…
Reference in New Issue