pyCraft/bin/build_docs

8 lines
60 B
Plaintext
Raw Permalink Normal View History

2015-04-01 20:58:51 +02:00
#!/bin/bash
set -e
cd docs
rm -rf _build*
make html
cd ..