include both the GIF and PNG icons in the HTML package
diff --git a/Doc/Makefile b/Doc/Makefile
index 8d8000b..852bf50 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -614,7 +614,7 @@
 	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)