Skip to content
Snippets Groups Projects
Allwmake 265 B
#!/bin/sh
cd ${0%/*} || exit 1    # run from this directory
set -x

# fix permissions (NB: '+X' and not '+x'!)
chmod a+rX $WM_PROJECT_DIR $WM_PROJECT_DIR/doc Doxygen

Doxygen/Allwmake

# ----------------------------------------------------------------- end-of-file