You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
348 B
10 lines
348 B
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)
|