From 4f580e83945774ddc1e32f8a6fbd8f6b53c5984e Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 8 Apr 2004 18:50:51 +0000 Subject: [PATCH] include both the GIF and PNG icons in the HTML package --- Doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Makefile b/Doc/Makefile index 8d8000b6fd9..852bf50cdca 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)