diff options
author | Sven Gothel <[email protected]> | 2011-08-30 19:30:19 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-08-30 19:30:19 +0200 |
commit | 5a7811ecd23a3ab1af62b243c82d362431793a57 (patch) | |
tree | 1565d250d749c475f4e314d0675da2cec08d6a9d /make/scripts/make.jogl.doc.x86_64.sh | |
parent | 6b951024dcb3ba85e2d1dd042f1a8c60054277f5 (diff) |
Use GlueGen's setenv-build-jogl scripts from commit 4a75b64107e157ff1db3991cf89bf8d856ddc0e6
Diffstat (limited to 'make/scripts/make.jogl.doc.x86_64.sh')
-rwxr-xr-x | make/scripts/make.jogl.doc.x86_64.sh | 7 |
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 \ |