Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.0.x
[OpenFOAM-2.0.x.git] / doc / Allwmake
blob5d8ed9c5a04598902c6b89aecd1f5981e8e29387
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
3 set -x
5 # fix permissions (NB: '+X' and not '+x'!)
6 chmod a+rX $WM_PROJECT_DIR $WM_PROJECT_DIR/doc Doxygen
8 Doxygen/Allwmake
10 # ----------------------------------------------------------------- end-of-file