ffmpeg-mappable-media/buildAPI.sh
2012-05-31 12:19:23 +02:00

5 lines
150 B
Bash
Executable file

#!/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"