Allwmake: Change test logic for building documentation to avoid return "fail"
This commit is contained in:
parent
ee873dff25
commit
f263dd775e
1 changed files with 4 additions and 1 deletions
5
Allwmake
5
Allwmake
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue