echo "Creating $LOCATION_ROOT/doc/$APP_NAME_LC/Makefile.am...";
$MKDIR $LOCATION_ROOT/doc/$APP_NAME_LC
cat << EOF > $LOCATION_ROOT/doc/$APP_NAME_LC/Makefile.am

# the SUBDIRS is filled automatically by am_edit. If files are 
# in this directory they are installed into the english dir
KDE_LANG = en
KDE_DOCS = $APP_NAME_LC
SUBDIRS = \$(AUTODIRS)  
