6 lines
82 B
Bash
6 lines
82 B
Bash
#!/bin/bash
|
|
|
|
cd ../docs/
|
|
sphinx-apidoc -o source/ ../src/cpl
|
|
make clean
|
|
make html; |