Merge branch 'master' of ssh://opencfd@repo.or.cz/srv/git/OpenFOAM-1.6.x
[OpenFOAM-1.6.x.git] / doc / Doxygen / Allwmake
blobdab44579b84c247b65f8ae3eea162f6d31924a80
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
3 set -x
5 umask 22
6 rm -rf html latex man
7 doxygen
9 # fix permissions (NB: '+X' and not '+x'!)
10 chmod -R a+rX ./
12 # ----------------------------------------------------------------- end-of-file