summaryrefslogtreecommitdiffstats
path: root/make/scripts/make.jogl.doc.x86_64.sh
blob: 677de394cbebee6c2a884e204b08f7f83402da83 (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

if [ -e ../../setenv-build-jogl-x86_64.sh ] ; then
    . ../../setenv-build-jogl-x86_64.sh
fi


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