mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
Ticket #1437: install mceditor scripts as scripts not as data files.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
33540e53cb
commit
781378196e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user