diff options
Diffstat (limited to 'docs/_compile/doxygen.sh')
| -rwxr-xr-x | docs/_compile/doxygen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_compile/doxygen.sh b/docs/_compile/doxygen.sh index 340e1e6..987ded8 100755 --- a/docs/_compile/doxygen.sh +++ b/docs/_compile/doxygen.sh @@ -21,7 +21,7 @@ fi DOXYGEN_VERSION=1.8.13-linux-x86_64 echo "Using packman to get doxygen: $DOXYGEN_VERSION" -source $(dirname "$0")/../../buildtools/packman5/packman install doxygen $DOXYGEN_VERSION +source $(dirname "$0")/../../buildtools/packman/packman install doxygen $DOXYGEN_VERSION DOXYGEN=$PM_doxygen_PATH/bin/doxygen |