repo.or.cz
/
OpenFOAM-1.6.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of ssh://repo.or.cz/srv/git/OpenFOAM-1.6.x
[OpenFOAM-1.6.x.git]
/
doc
/
Allwmake
blob
e180b24e0f01eb6e6a485be7c8e4aec78c13497e
1
#!/bin/sh
2
cd
${0%/*}
||
exit
1
# run from this directory
3
set -x
4
5
chmod
a
+
rX
$WM_PROJECT_DIR
6
chmod
a
+
rX
$WM_PROJECT_DIR
/
doc
7
chmod
-R
a
+
rX Doxygen
8
9
Doxygen
/
Allwmake
10
11
# ----------------------------------------------------------------- end-of-file