Ticket #1437: install mceditor scripts as scripts not as data files.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Gergely Szasz 2012-04-26 21:11:20 +04:00 committed by Andrew Borodin
parent 33540e53cb
commit 781378196e

View File

@ -13,9 +13,7 @@ pkgdata_DATA += mc.charsets
endif
LIBFILES_CONST = \
mcedit.menu \
edit.indent.rc \
edit.spell.rc \
mcedit.menu \
filehighlight.ini \
mc.keymap \
mc.keymap.default \
@ -23,6 +21,10 @@ LIBFILES_CONST = \
mc.menu \
mc.menu.sr
LIBFILES_SCRIPT = \
edit.indent.rc \
edit.spell.rc
CLEANFILES = $(SCRIPTS_OUT)
cfgdir = $(sysconfdir)/@PACKAGE@
@ -30,9 +32,13 @@ cfg_DATA = \
$(LIBFILES_CONST) \
$(LIBFILES_OUT)
cfg_SCRIPTS = \
$(LIBFILES_SCRIPT)
# Files processed by configure don't need to be here
EXTRA_DIST = \
$(LIBFILES_CONST) \
$(LIBFILES_SCRIPT) \
$(SCRIPTS_IN) \
$(noinst_DATA) \
$(pkgdata_DATA)