include both the GIF and PNG icons in the HTML package
This commit is contained in:
parent
899072ab71
commit
4f580e8394
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue