Ticket #2037: minor changes in source tree.

mc.charsets was moved from contrib/ to misc/.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2010-02-20 18:55:19 +03:00
parent af5dce4ac7
commit 14b61d876c
3 changed files with 9 additions and 10 deletions

View File

@ -2,12 +2,6 @@
SUBDIRS = dist
if CHARSET
LIBFILES_ADD = mc.charsets
else
LIBFILES_ADD =
endif
noinst_DATA = README.xterm mcserv.init mcserv.pamd
SCRIPTS_IN = mc.csh.in mc.sh.in mc-wrapper.csh.in mc-wrapper.sh.in
@ -25,8 +19,7 @@ CLEANFILES = $(SCRIPTS_OUT)
# Files processed by configure don't need to be here
EXTRA_DIST = \
$(SCRIPTS_IN) \
$(noinst_DATA) \
mc.charsets
$(noinst_DATA)
mc.csh: $(srcdir)/mc.csh.in
sed "s%@""pkglibexecdir@%$(pkglibexecdir)%" $(srcdir)/mc.csh.in > mc.csh

View File

@ -2,6 +2,12 @@
SUBDIRS = skins syntax
if CHARSET
LIBFILES_ADD = mc.charsets
else
LIBFILES_ADD =
endif
LIBFILES_OUT = mc.ext
noinst_DATA = xterm.ad
@ -34,5 +40,5 @@ EXTRA_DIST = \
$(LIBFILES_CONST) \
$(SCRIPTS_IN) \
$(noinst_DATA) \
$(pkgdata_DATA)
$(pkgdata_DATA) \
mc.charsets