]> git.phdru.name Git - mimedecode.git/blobdiff - Makefile
Version 2.2.0. BZipped archive.
[mimedecode.git] / Makefile
index 6984546f5a671f5935ce978db0be66f81b924266..501efb64819e4fcb13faacf769609477b5db30cd 100644 (file)
--- 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