Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
8ed5d9fd
Commit
8ed5d9fd
authored
Oct 26, 2015
by
Henry Weller
Browse files
Allwmake: Change test logic for building documentation to avoid return "fail"
parent
37ba9605
Changes
1
Hide whitespace changes
Inline
Side-by-side
Allwmake
View file @
8ed5d9fd
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment