summaryrefslogtreecommitdiff
path: root/solenv/bin/mkdocs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/mkdocs.sh')
-rwxr-xr-xsolenv/bin/mkdocs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/mkdocs.sh b/solenv/bin/mkdocs.sh
index 1112b0fa79e1..dbf4c4691afc 100755
--- a/solenv/bin/mkdocs.sh
+++ b/solenv/bin/mkdocs.sh
@@ -89,7 +89,7 @@ do
echo "Ref-Tags: $DOXYGEN_REF_TAGFILES"
echo "Title: $DOXYGEN_PROJECTNAME"
- nice -15 doxygen "$DOXYGEN_CFG"
+ nice -15 doxygen "$DOXYGEN_CFG" || exit 1
# setup referenced tagfiles for next round
DOXYGEN_REF_TAGFILES="$DOXYGEN_REF_TAGFILES $DOXYGEN_OUR_TAGFILE=$BASE_URL/$PROJECT/html"