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