mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-11-16 15:25:12 +01:00
8 lines
60 B
Plaintext
8 lines
60 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
cd docs
|
||
|
rm -rf _build*
|
||
|
make html
|
||
|
cd ..
|