Allwmake: Change test logic for building documentation to avoid return "fail"

This commit is contained in:
Henry Weller 2015-10-26 16:26:52 +00:00
parent 37ba9605f1
commit 8ed5d9fd33

View File

@ -37,7 +37,10 @@ src/Allwmake $targetType $*
applications/Allwmake $targetType $*
# Optionally build OpenFOAM Doxygen documentation
[ $genDoc -eq 1 ] && doc/Allwmake
if [ $genDoc -eq 1 ]
then
doc/Allwmake
fi
# ----------------------------------------------------------------- end-of-file