From: Fred Drake Date: Thu, 8 Apr 2004 16:38:10 +0000 (+0000) Subject: include both the GIF and PNG icons in the HTML package X-Git-Tag: v2.3.4c1~70 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e52aa4ffcb8b5595348aa4c202616766dd0d77cd;p=thirdparty%2FPython%2Fcpython.git include both the GIF and PNG icons in the HTML package --- diff --git a/Doc/Makefile b/Doc/Makefile index 38c816317aee..1cd797dc45bd 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -612,7 +612,7 @@ postscript-$(PAPER)-$(RELEASE).zip: $(PSFILES) paper-$(PAPER)/README zip -q -r -9 $@ Python-Docs-$(RELEASE) rm -r Python-Docs-$(RELEASE) -HTMLPKGFILES=*.html */*.css */*.html */*.gif */*.txt +HTMLPKGFILES=*.html */*.css */*.html */*.gif */*.png */*.txt html-$(RELEASE).tar: $(ALLHTMLFILES) $(HTMLCSSFILES) mkdir Python-Docs-$(RELEASE)