summaryrefslogtreecommitdiffstats
path: root/make/make.jogl.doc.x86_64.sh
blob: 99001d27ca5222e319c07a047fd3a68a43d7b11a (plain)
1
2
3
4
5
6
7
8
#! /bin/sh

. ../../setenv-build-jogl-x86_64.sh

ant -v  \
    -Dbuild.noarchives=true \
    -Drootrel.build=build-x86_64 \
    javadoc $* 2>&1 | tee make.jogl.doc.x86_64.log