This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/doc/Allwmake

12 lines
247 B
Text
Raw Permalink Normal View History

#!/bin/sh
2010-08-24 15:19:39 +00:00
cd ${0%/*} || exit 1 # run from this directory
set -x
chmod a+rX $WM_PROJECT_DIR
chmod a+rX $WM_PROJECT_DIR/doc
chmod -R a+rX Doxygen
2010-08-24 15:19:39 +00:00
Doxygen/Allwmake
# ----------------------------------------------------------------- end-of-file