Added build_docs to bin

This commit is contained in:
Jeppe Klitgaard 2015-04-01 20:58:51 +02:00
parent 687435cc96
commit 3c0b2cfa50

7
bin/build_docs Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
set -e
cd docs
rm -rf _build*
make html
cd ..