[Python-checkins] python/dist/src/Doc Makefile, 1.261.4.11, 1.261.4.12

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Thu Apr 8 12:38:13 EDT 2004


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

Modified Files:
      Tag: release23-maint
	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.261.4.11
retrieving revision 1.261.4.12
diff -C2 -d -r1.261.4.11 -r1.261.4.12
*** Makefile	5 Dec 2003 16:44:01 -0000	1.261.4.11
--- Makefile	8 Apr 2004 16:38:10 -0000	1.261.4.12
***************
*** 613,617 ****
  	rm -r Python-Docs-$(RELEASE)
  
! HTMLPKGFILES=*.html */*.css */*.html */*.gif */*.txt
  
  html-$(RELEASE).tar:	$(ALLHTMLFILES) $(HTMLCSSFILES)
--- 613,617 ----
  	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