Update apigen executable name

This commit is contained in:
Gregory Oschwald 2014-09-10 12:43:04 -07:00
parent 0d90c7a78e
commit 920a92f352

View File

@ -27,7 +27,7 @@ if [ -n "$(git status --porcelain)" ]; then
exit 1
fi
../vendor/bin/apigen.php --quiet --download --title "GeoIP2 PHP API $TAG" --source ../src --destination doc/$TAG
../vendor/bin/apigen --quiet --download --title "GeoIP2 PHP API $TAG" --source ../src --destination doc/$TAG
PAGE=index.md
cat <<EOF > $PAGE