Use sdist to construct release.
This commit is contained in:
parent
cc651b18ac
commit
bb8021e3ea
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -33,7 +33,8 @@ chmod:
|
|||
|
||||
dist:
|
||||
[ -d dist ] || mkdir dist
|
||||
git archive --format=tar --prefix=$(LAPPNAME)-$(VERSION)/ HEAD | gzip -9 > dist/$(ARCHIVE_SOURCE)
|
||||
$(PYTHON) setup.py sdist --formats=tar
|
||||
gzip --best dist/$(LAPPNAME)-$(VERSION).tar
|
||||
[ ! -f ../$(ARCHIVE_WIN32) ] || cp ../$(ARCHIVE_WIN32) dist
|
||||
|
||||
sign:
|
||||
|
|
Loading…
Reference in a new issue