summaryrefslogtreecommitdiff
path: root/org.handhelds.familiar/packages/java-wrappers/files/javadoc
blob: 7d0e20da9f89812fdf10a5c8b2892c52b7db72f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

# javadoc OE wrapper script
# Copyright (C) 2006, Rene Wagner. All Rights Reserved
# Released under the MIT license (see org.handhelds.familiar/COPYING.MIT)

if [ -z ${JAVADOC} ]; then
	echo 'Error: $JAVADOC not set.'
	exit 1
fi

exec ${JAVADOC} $@