No need to rename dist file.
This commit is contained in:
parent
68afeaf82d
commit
52b8a0aef1
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -34,7 +34,6 @@ dist:
|
||||||
[ -d dist ] || mkdir dist
|
[ -d dist ] || mkdir dist
|
||||||
$(PYTHON) setup.py sdist --formats=tar
|
$(PYTHON) setup.py sdist --formats=tar
|
||||||
gzip --best dist/$(APPNAME)-$(VERSION).tar
|
gzip --best dist/$(APPNAME)-$(VERSION).tar
|
||||||
mv dist/$(APPNAME)-$(VERSION).tar.gz dist/$(ARCHIVE_SOURCE)
|
|
||||||
[ ! -f ../$(ARCHIVE_WIN32) ] || cp ../$(ARCHIVE_WIN32) dist
|
[ ! -f ../$(ARCHIVE_WIN32) ] || cp ../$(ARCHIVE_WIN32) dist
|
||||||
|
|
||||||
sign:
|
sign:
|
||||||
|
|
Loading…
Reference in a new issue