From fe58ca26ad77d20d9918467a5ad39c3a545f988c Mon Sep 17 00:00:00 2001 From: Laurent Bachelier Date: Wed, 6 Mar 2013 23:37:44 +0100 Subject: [PATCH] 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.) --- release.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 7c03f253..f1b6f8af 100755 --- a/release.sh +++ b/release.sh @@ -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:"