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:
parent
0af1ce7b97
commit
9eacbf7e5b
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
sphinx-apidoc --force --separate --output-dir=doc src
|
sphinx-apidoc --force --separate --output-dir=doc src
|
||||||
make -C doc html
|
make -C doc html
|
||||||
|
Loading…
Reference in New Issue
Block a user