blob: 0356a93a4571d1148d9cf4c658c6a706b88e9023 (
plain)
1
2
3
4
5
6
7
8
9
|
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)
|