[Python-checkins] python/dist/src/Doc Makefile,1.273,1.274

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Thu Apr 8 14:50:54 EDT 2004


Update of /cvsroot/python/python/dist/src/Doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14786

Modified Files:
	Makefile 
Log Message:
include both the GIF and PNG icons in the HTML package


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.273
retrieving revision 1.274
diff -C2 -d -r1.273 -r1.274
*** Makefile	23 Mar 2004 19:26:54 -0000	1.273
--- Makefile	8 Apr 2004 18:50:51 -0000	1.274
***************
*** 615,619 ****
  	rm -r Python-Docs-$(RELEASE)
  
! HTMLPKGFILES=*.html */*.css */*.html */*.gif */*.txt
  
  html-$(RELEASE).tar:	$(ALLHTMLFILES) $(HTMLCSSFILES)
--- 615,619 ----
  	rm -r Python-Docs-$(RELEASE)
  
! HTMLPKGFILES=*.html */*.css */*.html */*.gif */*.png */*.txt
  
  html-$(RELEASE).tar:	$(ALLHTMLFILES) $(HTMLCSSFILES)




More information about the Python-checkins mailing list