Updated apigen flags

This commit is contained in:
Gregory Oschwald 2013-05-24 13:38:58 -07:00
parent 4d9957ccf5
commit f99ac351ab

View File

@ -28,7 +28,7 @@ if [ -n "$(git status --porcelain)" ]; then
fi
cp ../README.md _includes/README.md
apigen --quiet --source ../src --destination doc/$TAG
apigen --quiet --download --title "GeoIP2 PHP API $TAG" --source ../src --destination doc/$TAG
echo $TAG > _includes/version
git add doc/