From 63916148e837942c9ec996320bda805e80d7e06e Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 4 May 2010 02:43:09 +0200 Subject: Move all scripts to it's folder --- make/scripts/make.jogl.doc.x86_64.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 make/scripts/make.jogl.doc.x86_64.sh (limited to 'make/scripts/make.jogl.doc.x86_64.sh') 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 -- cgit v1.2.3