diff options
author | Sven Gothel <[email protected]> | 2008-06-26 00:50:11 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2008-06-26 00:50:11 +0000 |
commit | e0ebba2acda0fd5bb8501e31f9b0b5cd781244b0 (patch) | |
tree | 7596f35ffac538366eacd0dd434062d0e290c2ed /make/make.jogl.doc.sh | |
parent | b6876ba534aaae7b327b2c8684b9878a2581e7e9 (diff) |
misc ..
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1688 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/make.jogl.doc.sh')
-rw-r--r-- | make/make.jogl.doc.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/make/make.jogl.doc.sh b/make/make.jogl.doc.sh new file mode 100644 index 000000000..92fd23674 --- /dev/null +++ b/make/make.jogl.doc.sh @@ -0,0 +1,5 @@ +#! /bin/sh + +. ../../setenv-build-jogl.sh + +ant -v javadoc $* 2>&1 | tee make.jogl.doc.all.log |