Change make-doc.sh interpreter

Changing interpreter to /bin/sh from /usr/bin/sh so it will work with
ubuntu
This commit is contained in:
Nick DeFilippis
2015-12-29 23:25:08 -05:00
committed by radicalonion
parent 0af1ce7b97
commit 9eacbf7e5b
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/sh
#!/bin/sh
sphinx-apidoc --force --separate --output-dir=doc src
make -C doc html