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