[Python-checkins] CVS: python/dist/src/Doc Makefile,1.224,1.225

Fred L. Drake fdrake@users.sourceforge.net
Thu, 06 Sep 2001 12:35:04 -0700


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

Modified Files:
	Makefile 
Log Message:
Do not rebuild html-$(RELEASE).tar every time we need to use it.

Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.224
retrieving revision 1.225
diff -C2 -d -r1.224 -r1.225
*** Makefile	2001/09/06 19:28:06	1.224
--- Makefile	2001/09/06 19:35:02	1.225
***************
*** 368,372 ****
  	cd paper-$(PAPER) && zip -q -9 ../$@ *.ps README
  
! html-$(RELEASE).tar:	html
  	cd $(HTMLDIR) && \
  		tar cf ../html-$(RELEASE).tar *.html */*.css */*.html \
--- 368,372 ----
  	cd paper-$(PAPER) && zip -q -9 ../$@ *.ps README
  
! html-$(RELEASE).tar:	$(ALLHTMLFILES)
  	cd $(HTMLDIR) && \
  		tar cf ../html-$(RELEASE).tar *.html */*.css */*.html \