keep version generating in build-helper, so people cloning from git don't need make

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-06-07 21:14:51 +02:00
commit 0cf0cdd0c3
3 changed files with 15 additions and 3 deletions

View file

@ -299,6 +299,9 @@ eof
python3 -m unittest "$@"
fi
;;
version)
git describe > cdist/version.py
;;
*)
echo "Unknown target $@ - aborting"