aboutsummaryrefslogtreecommitdiffstats
path: root/make/make.jogl.doc.all.x86_64.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make/make.jogl.doc.all.x86_64.sh')
-rw-r--r--make/make.jogl.doc.all.x86_64.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/make/make.jogl.doc.all.x86_64.sh b/make/make.jogl.doc.all.x86_64.sh
index 1af2b90e5..3711171af 100644
--- a/make/make.jogl.doc.all.x86_64.sh
+++ b/make/make.jogl.doc.all.x86_64.sh
@@ -1,6 +1,9 @@
#! /bin/sh
-. ../../setenv-build-jogl-x86_64.sh
+if [ -e ../../setenv-build-jogl-x86_64.sh ] ; then
+ . ../../setenv-build-jogl-x86_64.sh
+fi
+
ant -v \
-Dbuild.noarchives=true \