Ensure proper building of man pages

Use the .sh which sets the right paths automatically.

Clean and rebuild the Qt UIs so the imports will work.
(This is also a good check to do before release.)
This commit is contained in:
Laurent Bachelier 2013-03-06 23:37:44 +01:00
commit fe58ca26ad

View file

@ -29,8 +29,11 @@ vi +2 ChangeLog
set_version $VERSION
echo "Building Qt applications..."
make clean && make all
echo "Generating manpages..."
tools/make_man.py
tools/make_man.sh
echo -e "done!\n"
echo "Release commit:"