aboutsummaryrefslogtreecommitdiff
path: root/docs/_compile/doxygen.sh
diff options
context:
space:
mode:
authorBryan Galdrikian <[email protected]>2018-05-31 11:36:08 -0700
committerBryan Galdrikian <[email protected]>2018-05-31 11:36:08 -0700
commit7115f60b91b5717d90f643fd692010905c7004db (patch)
treeeffd68c6978751c517d54c2f2bb5bb6e7dc93e18 /docs/_compile/doxygen.sh
parentUpdating BlastTool zip (diff)
downloadblast-1.1.3_rc1.tar.xz
blast-1.1.3_rc1.zip
Blast 1.1.3. See docs/release_notes.txt.v1.1.3_rc1
Diffstat (limited to 'docs/_compile/doxygen.sh')
-rwxr-xr-x[-rw-r--r--]docs/_compile/doxygen.sh6
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