9eacbf7e5b
Changing interpreter to /bin/sh from /usr/bin/sh so it will work with ubuntu
5 lines
82 B
Bash
Executable File
5 lines
82 B
Bash
Executable File
#!/bin/sh
|
|
|
|
sphinx-apidoc --force --separate --output-dir=doc src
|
|
make -C doc html
|