repo.or.cz
/
foam-extend-3.2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Hotfix: Turbulence generation fix in k-omega-SST. Thijs Gillebaart
[foam-extend-3.2.git]
/
doc
/
Doxygen
/
Allwmake
blob
dab44579b84c247b65f8ae3eea162f6d31924a80
1
#!/bin/sh
2
cd
${0%/*}
||
exit
1
# run from this directory
3
set -x
4
5
umask
22
6
rm
-rf
html latex man
7
doxygen
8
9
# fix permissions (NB: '+X' and not '+x'!)
10
chmod
-R
a
+
rX .
/
11
12
# ----------------------------------------------------------------- end-of-file