X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=501efb64819e4fcb13faacf769609477b5db30cd;hb=4f1fba5115cee2ffc2ab769511414a5613d507d5;hp=6984546f5a671f5935ce978db0be66f81b924266;hpb=ba635891c07e76745922a2ffa0d8620a9c6acf78;p=mimedecode.git diff --git a/Makefile b/Makefile index 6984546..501efb6 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ sdist: dist/mimedecode-$(VERSION).tar.gz .PHONY: dist dist/mimedecode-$(VERSION).tar.gz: $(DISTFILES) - umask 022 && chmod a+rX $(DISTFILES) && python setup.py sdist + umask 022 && chmod a+rX $(DISTFILES) && python setup.py sdist --formats=bztar .PHONY: docs docs: mimedecode.man mimedecode.txt mimedecode.html