Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent babc5ec commit 5b75f7dCopy full SHA for 5b75f7d
1 file changed
Doc/Makefile
@@ -620,6 +620,7 @@ HTMLPKGFILES=*.html */*.css */*.html */*.gif */*.png */*.txt
620
621
html-$(RELEASE).tar: $(ALLHTMLFILES) $(HTMLCSSFILES)
622
mkdir Python-Docs-$(RELEASE)
623
+ -find html -name '*.gif' -size 0 | xargs rm -f
624
cd html && tar cf ../temp.tar $(HTMLPKGFILES)
625
cd Python-Docs-$(RELEASE) && tar xf ../temp.tar
626
rm temp.tar
0 commit comments