[Python-checkins] python/dist/src/Doc Makefile,1.268,1.269

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Sat Sep 27 03:48:27 EDT 2003


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

Modified Files:
	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.268
retrieving revision 1.269
diff -C2 -d -r1.268 -r1.269
*** Makefile	27 Sep 2003 07:37:09 -0000	1.268
--- Makefile	27 Sep 2003 07:48:25 -0000	1.269
***************
*** 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