[Python-checkins] CVS: python/dist/src/Doc Makefile.deps,1.68,1.69

Fred L. Drake fdrake@users.sourceforge.net
2001年7月17日 16:07:05 -0700


Update of /cvsroot/python/python/dist/src/Doc
In directory usw-pr-cvs1:/tmp/cvs-serv4047
Modified Files:
	Makefile.deps 
Log Message:
Be more specific about some of the dependencies, to avoid re-building when
some of the mostly-general files get changed.
Index: Makefile.deps
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile.deps,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -r1.68 -r1.69
*** Makefile.deps	2001年07月12日 23:40:13	1.68
--- Makefile.deps	2001年07月17日 23:07:03	1.69
***************
*** 2,8 ****
 
 COMMONSTYLES= texinputs/python.sty \
! 	texinputs/pypaper.sty \
! 	texinputs/python.ist
 
 COMMONTEX= texinputs/copyright.tex \
 	texinputs/license.tex \
--- 2,9 ----
 
 COMMONSTYLES= texinputs/python.sty \
! 	texinputs/pypaper.sty
 
+ INDEXSTYLES=texinputs/python.ist
+ 
 COMMONTEX= texinputs/copyright.tex \
 	texinputs/license.tex \
***************
*** 17,28 ****
 
 
! APIFILES= api/api.tex $(MANSTYLES) $(COMMONTEX) \
 	texinputs/reportingbugs.tex
 
! DOCFILES= $(HOWTOSTYLES) $(COMMONTEX) \
 	texinputs/ltxmarkup.sty \
 	doc/doc.tex
 
! EXTFILES= ext/ext.tex $(MANSTYLES) $(COMMONTEX) \
 	texinputs/reportingbugs.tex
 
--- 18,30 ----
 
 
! APIFILES= api/api.tex $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
 	texinputs/reportingbugs.tex
 
! DOCFILES= $(HOWTOSTYLES) \
! 	texinputs/boilerplate.tex \
 	texinputs/ltxmarkup.sty \
 	doc/doc.tex
 
! EXTFILES= ext/ext.tex $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
 	texinputs/reportingbugs.tex
 
***************
*** 30,34 ****
 
 # LaTeX source files for the Python Reference Manual
! REFFILES= $(MANSTYLES) $(COMMONTEX) \
 	ref/ref.tex \
 	ref/ref1.tex \
--- 32,36 ----
 
 # LaTeX source files for the Python Reference Manual
! REFFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
 	ref/ref.tex \
 	ref/ref1.tex \
***************
*** 43,47 ****
 
 # LaTeX source files for the Python Library Reference
! LIBFILES= $(MANSTYLES) $(COMMONTEX) \
 	lib/lib.tex \
 	texinputs/reportingbugs.tex \
--- 45,49 ----
 
 # LaTeX source files for the Python Library Reference
! LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
 	lib/lib.tex \
 	texinputs/reportingbugs.tex \
***************
*** 264,268 ****
 
 # LaTeX source files for Macintosh Library Modules.
! MACFILES= $(HOWTOSTYLES) $(COMMONTEX) \
 	mac/mac.tex \
 	mac/using.tex \
--- 266,270 ----
 
 # LaTeX source files for Macintosh Library Modules.
! MACFILES= $(HOWTOSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
 	mac/mac.tex \
 	mac/using.tex \
***************
*** 285,289 ****
 	mac/libminiae.tex
 
! INSTFILES = $(HOWTOSTYLES) $(COMMONTEX) inst/inst.tex
 
! DISTFILES = $(HOWTOSTYLES) $(COMMONTEX) dist/dist.tex
--- 287,291 ----
 	mac/libminiae.tex
 
! INSTFILES = $(HOWTOSTYLES) inst/inst.tex
 
! DISTFILES = $(HOWTOSTYLES) dist/dist.tex

AltStyle によって変換されたページ (->オリジナル) /