Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4f580e8

Browse files
committed
include both the GIF and PNG icons in the HTML package
1 parent 899072a commit 4f580e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ postscript-$(PAPER)-$(RELEASE).zip: $(PSFILES) paper-$(PAPER)/README
614614
zip -q -r -9 $@ Python-Docs-$(RELEASE)
615615
rm -r Python-Docs-$(RELEASE)
616616

617-
HTMLPKGFILES=*.html */*.css */*.html */*.gif */*.txt
617+
HTMLPKGFILES=*.html */*.css */*.html */*.gif */*.png */*.txt
618618

619619
html-$(RELEASE).tar: $(ALLHTMLFILES) $(HTMLCSSFILES)
620620
mkdir Python-Docs-$(RELEASE)

0 commit comments

Comments
 (0)