mirror of
https://git.code.sf.net/p/archivemail/code
synced 2024-12-22 07:42:55 +00:00
Extract $(VERSION) from setup.py.
This commit is contained in:
parent
3354e35ec9
commit
031c6aea7c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
|
||||
VERSION=0.6.2
|
||||
VERSION=$(shell python setup.py --version)
|
||||
VERSION_TAG=v$(subst .,_,$(VERSION))
|
||||
TARFILE=archivemail-$(VERSION).tar.gz
|
||||
SVNROOT=https://svn.sourceforge.net/svnroot/archivemail
|
||||
|
|
Loading…
Reference in a new issue