Fixed doc generation script: needs a clean distribution dir.

This commit is contained in:
Matthias Koefferlein 2018-07-29 15:05:06 +02:00
parent ddfb084a8d
commit a9b5983c55
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ for qt in 5 4; do
rm -rf $target_doc
mkdir -p $target_doc
# sanitize the binary dir
rm -rf bin-release-qt$qt
export QT_SELECT=$qt
./build.sh -qmake qmake -j4 -bin bin-release-qt$qt -build build-release-qt$qt