[Python-checkins] python/dist/src/Doc Makefile.deps,1.88,1.89

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Fri, 23 Aug 2002 08:38:04 -0700


Update of /cvsroot/python/python/dist/src/Doc
In directory usw-pr-cvs1:/tmp/cvs-serv2554

Modified Files:
	Makefile.deps 
Log Message:
Add an entry for the sets module documentation.
Move another entry so the boilerplate doesn't get mixed up with
document-specific content.


Index: Makefile.deps
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile.deps,v
retrieving revision 1.88
retrieving revision 1.89
diff -C2 -d -r1.88 -r1.89
*** Makefile.deps	2 Aug 2002 18:20:34 -0000	1.88
--- Makefile.deps	23 Aug 2002 15:38:02 -0000	1.89
***************
*** 84,87 ****
--- 84,88 ----
  # LaTeX source files for the Python Library Reference
  LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
+ 	texinputs/reportingbugs.tex \
  	lib/lib.tex \
  	lib/asttable.tex \
***************
*** 96,100 ****
  	lib/emailparser.tex \
  	lib/emailutil.tex \
- 	texinputs/reportingbugs.tex \
  	lib/libintro.tex \
  	lib/libobjs.tex \
--- 97,100 ----
***************
*** 106,109 ****
--- 106,110 ----
  	lib/libfpectl.tex \
  	lib/libgc.tex \
+ 	lib/libsets.tex \
  	lib/libweakref.tex \
  	lib/libinspect.tex \