#!/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} $@