9 lines
114 B
Bash
Executable File
9 lines
114 B
Bash
Executable File
#!/bin/bash
|
|
|
|
make clean
|
|
|
|
#sphinx-apidoc -f -M -o ./api ../kheops/
|
|
sphinx-apidoc -M -o ./api ../kheops/
|
|
|
|
make html
|