diff options
Diffstat (limited to 'docs/_compile/doxygen.sh')
| -rwxr-xr-x[-rw-r--r--] | docs/_compile/doxygen.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/_compile/doxygen.sh b/docs/_compile/doxygen.sh index 1e6d37c..340e1e6 100644..100755 --- a/docs/_compile/doxygen.sh +++ b/docs/_compile/doxygen.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Command file for Doxygen build @@ -21,9 +21,9 @@ fi DOXYGEN_VERSION=1.8.13-linux-x86_64 echo "Using packman to get doxygen: $DOXYGEN_VERSION" -$(dirname "$0")/../../buildtools/packman/packman install doxygen $DOXYGEN_VERSION +source $(dirname "$0")/../../buildtools/packman5/packman install doxygen $DOXYGEN_VERSION -DOXYGEN=$PM_PACKAGES_ROOT/doxygen/$DOXYGEN_VERSION/bin/doxygen +DOXYGEN=$PM_doxygen_PATH/bin/doxygen # run doxygen $DOXYGEN $NAME.doxyfile |