[Python-checkins] python/dist/src/Doc Makefile,1.253,1.254

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Thu, 22 May 2003 08:28:57 -0700


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

Modified Files:
	Makefile 
Log Message:
Correct dependency information -- the Python docs load the "About this
document" text from html/stdabout.dat, not html/about.dat.


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.253
retrieving revision 1.254
diff -C2 -d -r1.253 -r1.254
*** Makefile	24 Apr 2003 16:37:05 -0000	1.253
--- Makefile	22 May 2003 15:28:55 -0000	1.254
***************
*** 315,319 ****
  	cp $< $@
  
! $(INDEXFILES): $(COMMONPERL) html/about.dat tools/node2label.pl
  
  html/acks.html: ACKS $(TOOLSDIR)/support.py $(TOOLSDIR)/mkackshtml
--- 315,319 ----
  	cp $< $@
  
! $(INDEXFILES): $(COMMONPERL) html/stdabout.dat tools/node2label.pl
  
  html/acks.html: ACKS $(TOOLSDIR)/support.py $(TOOLSDIR)/mkackshtml
***************
*** 399,403 ****
  	isilo/whatsnew/$(WHATSNEW).html
  
! $(ISILOINDEXFILES): $(COMMONPERL) html/about.dat perl/isilo.perl
  
  isilo:	isilo/python-api.pdb \
--- 399,403 ----
  	isilo/whatsnew/$(WHATSNEW).html
  
! $(ISILOINDEXFILES): $(COMMONPERL) html/stdabout.dat perl/isilo.perl
  
  isilo:	isilo/python-api.pdb \