Change make-doc.sh interpreter

Changing interpreter to /bin/sh from /usr/bin/sh so it will work with
ubuntu
master
Nick DeFilippis 8 years ago committed by radicalonion
parent 0af1ce7b97
commit 9eacbf7e5b

@ -1,4 +1,4 @@
#!/usr/bin/sh
#!/bin/sh
sphinx-apidoc --force --separate --output-dir=doc src
make -C doc html

Loading…
Cancel
Save