Add API tool and configuration

This commit is contained in:
grosroro 2012-05-31 12:19:23 +02:00
commit 325e635663
2 changed files with 10 additions and 3 deletions

5
buildAPI.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
rm -Rf docs/source/API/API
/usr/bin/env php vendor/bin/sami.php update sami_configuration.php
sh -c "cd docs && make clean && make html"