summaryrefslogtreecommitdiffstats
path: root/make/scripts/make.jogl.doc.x86_64.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make/scripts/make.jogl.doc.x86_64.sh')
-rwxr-xr-xmake/scripts/make.jogl.doc.x86_64.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/make/scripts/make.jogl.doc.x86_64.sh b/make/scripts/make.jogl.doc.x86_64.sh
index 677de394c..028a5d995 100755
--- a/make/scripts/make.jogl.doc.x86_64.sh
+++ b/make/scripts/make.jogl.doc.x86_64.sh
@@ -1,9 +1,10 @@
#! /bin/sh
-if [ -e ../../setenv-build-jogl-x86_64.sh ] ; then
- . ../../setenv-build-jogl-x86_64.sh
-fi
+SDIR=`dirname $0`
+if [ -e $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh ] ; then
+ . $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh
+fi
ant -v \
-Drootrel.build=build-x86_64 \