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:
parent
117e959571
commit
fe58ca26ad
1 changed files with 4 additions and 1 deletions
|
|
@ -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:"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue