Allwmake: Change test logic for building documentation to avoid return "fail"
This commit is contained in:
parent
37ba9605f1
commit
8ed5d9fd33
5
Allwmake
5
Allwmake
@ -37,7 +37,10 @@ src/Allwmake $targetType $*
|
|||||||
applications/Allwmake $targetType $*
|
applications/Allwmake $targetType $*
|
||||||
|
|
||||||
# Optionally build OpenFOAM Doxygen documentation
|
# Optionally build OpenFOAM Doxygen documentation
|
||||||
[ $genDoc -eq 1 ] && doc/Allwmake
|
if [ $genDoc -eq 1 ]
|
||||||
|
then
|
||||||
|
doc/Allwmake
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
# ----------------------------------------------------------------- end-of-file
|
# ----------------------------------------------------------------- end-of-file
|
||||||
|
Loading…
Reference in New Issue
Block a user