diff options
author | Fred Drake <fdrake@acm.org> | 2004-04-08 18:50:51 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-04-08 18:50:51 (GMT) |
commit | 4f580e83945774ddc1e32f8a6fbd8f6b53c5984e (patch) | |
tree | 83ee3a40ac5987c6150c40943dd6d011fc4ff5d9 /Doc/Makefile | |
parent | 899072ab7166283655812fb0de4dcde52d043b93 (diff) | |
download | cpython-4f580e83945774ddc1e32f8a6fbd8f6b53c5984e.zip cpython-4f580e83945774ddc1e32f8a6fbd8f6b53c5984e.tar.gz cpython-4f580e83945774ddc1e32f8a6fbd8f6b53c5984e.tar.bz2 |
include both the GIF and PNG icons in the HTML package
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 8d8000b..852bf50 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) |