mirror of https://github.com/MidnightCommander/mc
* lib/mc.global: Remove, it duplicates the role of mc.lib.
* lib/mc.lib: Add contents of mc.global. * lib/Makefile.am: Remove all references to mc.global.
This commit is contained in:
parent
d7f635e142
commit
785ff75d4f
|
@ -1,5 +1,9 @@
|
|||
2002-08-16 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* lib/mc.global: Remove, it duplicates the role of mc.lib.
|
||||
* lib/mc.lib: Add contents of mc.global.
|
||||
* lib/Makefile.am: Remove all references to mc.global.
|
||||
|
||||
* syntax/sh.syntax: Fix highlighting of "<<-EOF".
|
||||
Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
mclibdir = $(libdir)/mc
|
||||
suppbindir = $(mclibdir)/bin
|
||||
tidir = $(mclibdir)/term
|
||||
confdir = $(sysconfdir)
|
||||
|
||||
if CHARSET
|
||||
LIBFILES_ADD = mc.charsets
|
||||
|
@ -16,12 +15,10 @@ LIBFILES_CONST = mc.hint mc.hint.cs mc.hint.es mc.hint.hu mc.hint.it \
|
|||
|
||||
noinst_DATA = \
|
||||
mcserv.init \
|
||||
mcserv.pamd \
|
||||
mc.global
|
||||
mcserv.pamd
|
||||
|
||||
noinst_SCRIPTS = tdiff
|
||||
|
||||
conf_DATA = mc.global
|
||||
suppbin_SCRIPTS = mc.csh mc.sh
|
||||
ti_DATA = README.xterm linux.ti xterm.ad xterm.ti ansi.ti vt100.ti xterm.tcap
|
||||
|
||||
|
@ -30,7 +27,6 @@ mclib_DATA = $(LIBFILES_CONST) $(LIBFILES_ADD) $(LIBFILES_OUT)
|
|||
# Files processed by configure don't need to be here
|
||||
EXTRA_DIST = \
|
||||
$(LIBFILES_CONST) \
|
||||
$(conf_DATA) \
|
||||
$(ti_DATA) \
|
||||
$(noinst_DATA) \
|
||||
$(noinst_SCRIPTS) \
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[Special dirs]
|
||||
list=/afs,/coda,/:,/...,/net,/#smb
|
|
@ -1,3 +1,6 @@
|
|||
[Special dirs]
|
||||
list=/afs,/coda,/:,/...,/net,/#smb
|
||||
|
||||
[terminal:console]
|
||||
insert=\e[2~
|
||||
f11=\e[23~
|
||||
|
|
Loading…
Reference in New Issue