1
0
mirror of https://github.com/ammaraskar/pyCraft.git synced 2025-03-12 06:31:32 +01:00
pyCraft/bin/build_docs
2015-04-01 23:07:57 +02:00

8 lines
60 B
Bash
Executable File

#!/bin/bash
set -e
cd docs
rm -rf _build*
make html
cd ..