Compress source tarball with xz.

This commit is contained in:
Bastian Kleineidam 2012-08-14 17:39:41 +02:00
parent 29a5c1a44a
commit 11f5307e77
2 changed files with 3 additions and 2 deletions

View file

@ -121,7 +121,8 @@ chmod:
.PHONY: dist
dist: locale MANIFEST chmod
$(PYTHON) setup.py sdist --formats=bztar
$(PYTHON) setup.py sdist --formats=tar
xz dist/$(APPNAME)-$(VERSION).tar
# no rpm buildable with bdist_rpm, presumable due to this bug:
# https://bugzilla.redhat.com/show_bug.cgi?id=236535
# too uninvolved to fix it

View file

@ -20,7 +20,7 @@ Files
* {APPNAME}-{VERSION}-portable.zip
The portable Windows installer. Use this, if you want to run {APPNAME}
from a USB stick or external hard drive.
* {APPNAME}-{VERSION}.tar.bz2
* {APPNAME}-{VERSION}.tar.xz
The source code. See `doc/install.txt` for compilation and installation
instructions.