From: Fred Drake Date: Thu, 8 Apr 2004 18:50:51 +0000 (+0000) Subject: include both the GIF and PNG icons in the HTML package X-Git-Tag: v2.4a1~517 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f580e83945774ddc1e32f8a6fbd8f6b53c5984e;p=python include both the GIF and PNG icons in the HTML package --- diff --git a/Doc/Makefile b/Doc/Makefile index 8d8000b6fd..852bf50cdc 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -614,7 +614,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)