Correct distribution file name
This commit is contained in:
parent
bb8021e3ea
commit
4a87741eff
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -34,7 +34,8 @@ chmod:
|
|||
dist:
|
||||
[ -d dist ] || mkdir dist
|
||||
$(PYTHON) setup.py sdist --formats=tar
|
||||
gzip --best dist/$(LAPPNAME)-$(VERSION).tar
|
||||
gzip --best dist/$(APPNAME)-$(VERSION).tar
|
||||
mv dist/$(APPNAME)-$(VERSION).tar.gz dist/$(ARCHIVE_SOURCE)
|
||||
[ ! -f ../$(ARCHIVE_WIN32) ] || cp ../$(ARCHIVE_WIN32) dist
|
||||
|
||||
sign:
|
||||
|
|
Loading…
Reference in a new issue