update_web_docs_svn: Proceed even if the invocation of sphinx fails.

* update_web_docs_svn: Proceed even if the invocation of
	sphinx fails.

From-SVN: r274099
This commit is contained in:
David Malcolm 2019-08-04 22:31:54 +00:00 committed by Gerald Pfeifer
parent efaa05d8fd
commit e6a7284cf9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2019-08-05 David Malcolm <dmalcolm@redhat.com>
* update_web_docs_svn: Proceed even if the invocation of
sphinx fails.
2019-05-04 Gerald Pfeifer <gerald@pfeifer.com>
* crontab: Snapshots from trunk are now GCC 10 related.

View File

@ -190,7 +190,7 @@ done
# /usr/bin/sphinx-1.0-build
# so we need to override SPHINXBUILD with this when invoking "make".
pushd gcc/gcc/jit/docs
make SPHINXBUILD=/usr/bin/sphinx-1.0-build html
make SPHINXBUILD=/usr/bin/sphinx-1.0-build html || true
popd
cp -a gcc/gcc/jit/docs/_build/html jit
mkdir -p $DOCSDIR/jit