update_web_docs_svn: Proceed even if the invocation of sphinx fails.
authorDavid Malcolm <dmalcolm@redhat.com>
Sun, 4 Aug 2019 22:31:54 +0000 (22:31 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sun, 4 Aug 2019 22:31:54 +0000 (22:31 +0000)
* update_web_docs_svn: Proceed even if the invocation of
sphinx fails.

From-SVN: r274099

maintainer-scripts/ChangeLog
maintainer-scripts/update_web_docs_svn

index 3658bdafd10e600e44fef928e28df61ae5abea8c..00d454942eaf5f5bdd9e367d4ab5fbb1a1eba19c 100644 (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.
index 4f262fd01e5daeef3b6b7f3a2ff6a8688ab52a91..16abfee3278741a9c7132373322d90a4a7cb58b1 100755 (executable)
@@ -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