aboutsummaryrefslogtreecommitdiffstats
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')
-rw-r--r--make/scripts/make.jogl.doc.x86_64.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/make/scripts/make.jogl.doc.x86_64.sh b/make/scripts/make.jogl.doc.x86_64.sh
new file mode 100644
index 000000000..daf09ec33
--- /dev/null
+++ b/make/scripts/make.jogl.doc.x86_64.sh
@@ -0,0 +1,11 @@
+#! /bin/sh
+
+if [ -e ../../setenv-build-jogl-x86_64.sh ] ; then
+ . ../../setenv-build-jogl-x86_64.sh
+fi
+
+
+ant -v \
+ -Dbuild.noarchives=true \
+ -Drootrel.build=build-x86_64 \
+ javadoc $* 2>&1 | tee make.jogl.doc.x86_64.log