[Python-checkins] python/dist/src/Doc Makefile,1.261.4.6,1.261.4.7
fdrake at users.sourceforge.net
fdrake at users.sourceforge.net
Sat Sep 27 03:48:07 EDT 2003
Update of /cvsroot/python/python/dist/src/Doc
In directory sc8-pr-cvs1:/tmp/cvs-serv13980
Modified Files:
Tag: release23-maint
Makefile
Log Message:
update one more reference to a file that moved from texinputs/ to
commontex/
Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.261.4.6
retrieving revision 1.261.4.7
diff -C2 -d -r1.261.4.6 -r1.261.4.7
*** Makefile 27 Sep 2003 07:36:18 -0000 1.261.4.6
--- Makefile 27 Sep 2003 07:48:04 -0000 1.261.4.7
***************
*** 349,353 ****
# files are not used to actually generate content.
! BOILERPLATE=texinputs/boilerplate.tex
html/index.html: $(INDEXFILES)
html/index.html: html/index.html.in $(BOILERPLATE) tools/rewrite.py
--- 349,353 ----
# files are not used to actually generate content.
! BOILERPLATE=commontex/boilerplate.tex
html/index.html: $(INDEXFILES)
html/index.html: html/index.html.in $(BOILERPLATE) tools/rewrite.py
More information about the Python-checkins
mailing list