mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Prefer make.sh for building docs as htmlhelp is removed from Makefile
* Also it's more flexible in locating necessary tools like sphinx-build or python
This commit is contained in:
@@ -25,8 +25,8 @@ fi
|
||||
|
||||
# Step into the docs folder and build
|
||||
pushd docs
|
||||
make clean
|
||||
make htmlhelp > /tmp/sphinx.log
|
||||
./make.sh clean
|
||||
./make.sh htmlhelp > /tmp/sphinx.log
|
||||
|
||||
if [ $? -ne 0 ]; then
|
||||
$ERROR_SCRIPT /tmp/sphinx.log
|
||||
|
||||
Reference in New Issue
Block a user