Add version generation script to doxygen generation script
This commit is contained in:
parent
74ecde9807
commit
ef180f3ea2
@ -9,7 +9,7 @@ done
|
|||||||
DIR="$( cd -P "$( dirname "$SOURCE" )" >/dev/null && pwd )"
|
DIR="$( cd -P "$( dirname "$SOURCE" )" >/dev/null && pwd )"
|
||||||
cd "$DIR"
|
cd "$DIR"
|
||||||
|
|
||||||
export PROJECT_NUMBER=`git describe --tags`
|
export PROJECT_NUMBER=`../version/generate-version-string.sh`
|
||||||
|
|
||||||
if [ $# != 1 ]; then
|
if [ $# != 1 ]; then
|
||||||
export OUTPUT_DIRECTORY="./output"
|
export OUTPUT_DIRECTORY="./output"
|
||||||
|
Loading…
Reference in New Issue
Block a user