From e52aa4ffcb8b5595348aa4c202616766dd0d77cd Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 8 Apr 2004 16:38:10 +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 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) -- 2.47.3