[Python-checkins] CVS: python/dist/src/Doc/html Makefile,1.26,1.26.4.1

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Wed, 1 Mar 2000 17:05:21 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Doc/html
In directory weyr:/home/fdrake/projects/python/Doc-152p2/html

Modified Files:
      Tag: release152p1-patches
	Makefile 
Log Message:

Make the HTML output dependent on tools/node2label.pl.


Index: Makefile
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/html/Makefile,v
retrieving revision 1.26
retrieving revision 1.26.4.1
diff -C2 -r1.26 -r1.26.4.1
*** Makefile	1999/04/29 19:04:55	1.26
--- Makefile	2000/03/01 22:05:18	1.26.4.1
***************
*** 54,58 ****
  tut: tut/tut.html
  
! $(INDEXFILES): $(COMMONPERL) $(TOPDIR)/html/about.dat
  
  # The index.html target is at the end since it screws up font-lock.
--- 54,60 ----
  tut: tut/tut.html
  
! $(INDEXFILES): $(COMMONPERL) \
! 	       $(TOPDIR)/html/about.dat \
! 	       $(TOPDIR)/tools/node2label.pl
  
  # The index.html target is at the end since it screws up font-lock.