Use apigen from composer

This commit is contained in:
Gregory Oschwald
2014-07-22 09:30:20 -07:00
parent 1925936b26
commit 13fbcae21c
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ if [ -n "$(git status --porcelain)" ]; then
exit 1
fi
apigen --quiet --download --title "GeoIP2 PHP API $TAG" --source ../src --destination doc/$TAG
../vendor/bin/apigen.php --quiet --download --title "GeoIP2 PHP API $TAG" --source ../src --destination doc/$TAG
PAGE=index.md
cat <<EOF > $PAGE