Add version generation script to doxygen generation script

This commit is contained in:
Mario Hüttel 2019-05-14 19:58:52 +02:00
parent 74ecde9807
commit ef180f3ea2
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ done
DIR="$( cd -P "$( dirname "$SOURCE" )" >/dev/null && pwd )"
cd "$DIR"
export PROJECT_NUMBER=`git describe --tags`
export PROJECT_NUMBER=`../version/generate-version-string.sh`
if [ $# != 1 ]; then
export OUTPUT_DIRECTORY="./output"