mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* 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>
|
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".
|
* syntax/sh.syntax: Fix highlighting of "<<-EOF".
|
||||||
Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
|
Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
mclibdir = $(libdir)/mc
|
mclibdir = $(libdir)/mc
|
||||||
suppbindir = $(mclibdir)/bin
|
suppbindir = $(mclibdir)/bin
|
||||||
tidir = $(mclibdir)/term
|
tidir = $(mclibdir)/term
|
||||||
confdir = $(sysconfdir)
|
|
||||||
|
|
||||||
if CHARSET
|
if CHARSET
|
||||||
LIBFILES_ADD = mc.charsets
|
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 = \
|
noinst_DATA = \
|
||||||
mcserv.init \
|
mcserv.init \
|
||||||
mcserv.pamd \
|
mcserv.pamd
|
||||||
mc.global
|
|
||||||
|
|
||||||
noinst_SCRIPTS = tdiff
|
noinst_SCRIPTS = tdiff
|
||||||
|
|
||||||
conf_DATA = mc.global
|
|
||||||
suppbin_SCRIPTS = mc.csh mc.sh
|
suppbin_SCRIPTS = mc.csh mc.sh
|
||||||
ti_DATA = README.xterm linux.ti xterm.ad xterm.ti ansi.ti vt100.ti xterm.tcap
|
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
|
# Files processed by configure don't need to be here
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
$(LIBFILES_CONST) \
|
$(LIBFILES_CONST) \
|
||||||
$(conf_DATA) \
|
|
||||||
$(ti_DATA) \
|
$(ti_DATA) \
|
||||||
$(noinst_DATA) \
|
$(noinst_DATA) \
|
||||||
$(noinst_SCRIPTS) \
|
$(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]
|
[terminal:console]
|
||||||
insert=\e[2~
|
insert=\e[2~
|
||||||
f11=\e[23~
|
f11=\e[23~
|
||||||
|
Loading…
Reference in New Issue
Block a user