[Python-checkins] python/dist/src/Doc Makefile,1.275,1.276

doko at users.sourceforge.net doko at users.sourceforge.net
Thu Aug 19 00:17:47 CEST 2004


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

Modified Files:
	Makefile 
Log Message:
Remove zero-byte gif files from generated html docs


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.275
retrieving revision 1.276
diff -C2 -d -r1.275 -r1.276
*** Makefile	11 Jul 2004 04:10:14 -0000	1.275
--- Makefile	18 Aug 2004 22:17:44 -0000	1.276
***************
*** 621,624 ****
--- 621,625 ----
  html-$(RELEASE).tar:	$(ALLHTMLFILES) $(HTMLCSSFILES)
  	mkdir Python-Docs-$(RELEASE)
+ 	-find html -name '*.gif' -size 0 | xargs rm -f
  	cd html && tar cf ../temp.tar $(HTMLPKGFILES)
  	cd Python-Docs-$(RELEASE) && tar xf ../temp.tar



More information about the Python-checkins mailing list