solenv/bin/mkdocs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 904eccc93804f916ff82e7a2cb155b4d349d7f4a Author: Norbert Thiebaud <[email protected]> Date: Tue Feb 23 04:28:21 2016 -0600 quiet down mkdocs.sh on console Change-Id: Ibf1cc6dcec3909f8aa639e52a13c2b8641c28628 diff --git a/solenv/bin/mkdocs.sh b/solenv/bin/mkdocs.sh index 6b2edd6..939375c 100755 --- a/solenv/bin/mkdocs.sh +++ b/solenv/bin/mkdocs.sh @@ -197,7 +197,7 @@ do echo "Ref-Tags: $DOXYGEN_REF_TAGFILES" echo "Title: $DOXYGEN_PROJECTNAME" - nice -15 doxygen "$DOXYGEN_CFG" >>$BASE_OUTPUT/doxygen.log || exit 1 + nice -15 doxygen "$DOXYGEN_CFG" >>$BASE_OUTPUT/doxygen.log 2>&1 || exit 1 # setup referenced tagfiles for next round DOXYGEN_REF_TAGFILES="$DOXYGEN_REF_TAGFILES $DOXYGEN_OUR_TAGFILE=$BASE_URL/$PROJECT/html" _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
