repo.or.cz
/
OpenFOAM-2.0.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git]
/
doc
/
Allwmake
blob
5d8ed9c5a04598902c6b89aecd1f5981e8e29387
1
#!/bin/sh
2
cd
${0%/*}
||
exit
1
# run from this directory
3
set -x
4
5
# fix permissions (NB: '+X' and not '+x'!)
6
chmod
a
+
rX
$WM_PROJECT_DIR $WM_PROJECT_DIR
/
doc Doxygen
7
8
Doxygen
/
Allwmake
9
10
# ----------------------------------------------------------------- end-of-file