mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +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
|
endif
|
||||||
|
|
||||||
LIBFILES_CONST = \
|
LIBFILES_CONST = \
|
||||||
mcedit.menu \
|
mcedit.menu \
|
||||||
edit.indent.rc \
|
|
||||||
edit.spell.rc \
|
|
||||||
filehighlight.ini \
|
filehighlight.ini \
|
||||||
mc.keymap \
|
mc.keymap \
|
||||||
mc.keymap.default \
|
mc.keymap.default \
|
||||||
@ -23,6 +21,10 @@ LIBFILES_CONST = \
|
|||||||
mc.menu \
|
mc.menu \
|
||||||
mc.menu.sr
|
mc.menu.sr
|
||||||
|
|
||||||
|
LIBFILES_SCRIPT = \
|
||||||
|
edit.indent.rc \
|
||||||
|
edit.spell.rc
|
||||||
|
|
||||||
CLEANFILES = $(SCRIPTS_OUT)
|
CLEANFILES = $(SCRIPTS_OUT)
|
||||||
|
|
||||||
cfgdir = $(sysconfdir)/@PACKAGE@
|
cfgdir = $(sysconfdir)/@PACKAGE@
|
||||||
@ -30,9 +32,13 @@ cfg_DATA = \
|
|||||||
$(LIBFILES_CONST) \
|
$(LIBFILES_CONST) \
|
||||||
$(LIBFILES_OUT)
|
$(LIBFILES_OUT)
|
||||||
|
|
||||||
|
cfg_SCRIPTS = \
|
||||||
|
$(LIBFILES_SCRIPT)
|
||||||
|
|
||||||
# Files processed by configure don't need to be here
|
# Files processed by configure don't need to be here
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
$(LIBFILES_CONST) \
|
$(LIBFILES_CONST) \
|
||||||
|
$(LIBFILES_SCRIPT) \
|
||||||
$(SCRIPTS_IN) \
|
$(SCRIPTS_IN) \
|
||||||
$(noinst_DATA) \
|
$(noinst_DATA) \
|
||||||
$(pkgdata_DATA)
|
$(pkgdata_DATA)
|
||||||
|
Loading…
Reference in New Issue
Block a user