sugar-toolkit-gtk3/make-doc.sh
Nick DeFilippis 9eacbf7e5b Change make-doc.sh interpreter
Changing interpreter to /bin/sh from /usr/bin/sh so it will work with
ubuntu
2015-12-30 00:11:40 -05:00

5 lines
82 B
Bash
Executable File

#!/bin/sh
sphinx-apidoc --force --separate --output-dir=doc src
make -C doc html