add new generated manpages in the git stage

This commit is contained in:
Romain Bignon 2013-05-20 21:32:43 +02:00
commit daf0c0bc35

View file

@ -37,6 +37,9 @@ echo "Generating manpages..."
tools/make_man.sh
echo -e "done!\n"
# in case there are new manpages not included in the git tree.
git add man/*
echo "Release commit:"
git commit -a -m "Weboob $VERSION released"
echo -ne "\n"