enhance build scripts for releasing from non-master branch

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2014-02-14 20:58:12 +01:00
commit 3a2bd673c9
2 changed files with 8 additions and 3 deletions

View file

@ -256,7 +256,11 @@ eof
make pub
# publish man, speeches, website
make web-release-all
if [ "$masterbranch" = yes ]; then
make web-release-all
else
make web-release-all-no-latest
fi
# Ensure that pypi release has the right version
"$0" version