mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-16 18:41:07 +00:00
Compress source tarball with xz.
This commit is contained in:
parent
29a5c1a44a
commit
11f5307e77
2 changed files with 3 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue