alecpl
2008-10-07 a22cb65adbde7e7b101d2c950b617eaec6f5c790
bin/makedoc.sh
@@ -3,9 +3,20 @@
TITLE="RoundCube Classes"
PACKAGES="Core"
PATH_PROJECT=$PWD/program/include
PATH_DOCS=$PWD/doc/phpdoc
PATH_PHPDOC=/usr/local/php5/bin/phpdoc
INSTALL_PATH="`dirname $0`/.."
PATH_PROJECT=$INSTALL_PATH/program/include
PATH_DOCS=$INSTALL_PATH/doc/phpdoc
if [ -x /usr/local/php5/bin/phpdoc ]
then
  PATH_PHPDOC=/usr/local/php5/bin/phpdoc
elif [ -x /usr/bin/phpdoc ]
then
  PATH_PHPDOC=/usr/bin/phpdoc
else
  echo "phpdoc not found"
  exit 1
fi
OUTPUTFORMAT=HTML
CONVERTER=frames