* lib/mc.hlp.hu: Move ...

* doc/hu/mc.hlp.hu: ... here.  Make all necessary adjustments.
This commit is contained in:
Pavel Roskin 2002-08-14 06:18:48 +00:00
parent c04d1ef570
commit 62a7a04fe5
7 changed files with 15 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2002-08-14 Pavel Roskin <proski@gnu.org>
* lib/mc.hlp.hu: Move ...
* doc/hu/mc.hlp.hu: ... here. Make all necessary adjustments.
2002-08-09 Pavel Roskin <proski@gnu.org>
* lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)

View File

@ -761,8 +761,9 @@ vfs/extfs/urar
vfs/extfs/uzoo
doc/mc.1 doc/mcedit.1 doc/mcserv.8
doc/ru/mc.1 doc/ru/Makefile
doc/es/mc.1 doc/es/Makefile
doc/hu/Makefile
doc/ru/mc.1 doc/ru/Makefile
intl/Makefile po/Makefile.in
])

View File

@ -1,4 +1,4 @@
SUBDIRS = ru es
SUBDIRS = es hu ru
if MCSERV_INSTALL
man_MANS = mc.1 mcedit.1 mcserv.8

2
doc/hu/.cvsignore Normal file
View File

@ -0,0 +1,2 @@
Makefile
Makefile.in

4
doc/hu/Makefile.am Normal file
View File

@ -0,0 +1,4 @@
mclibdir = $(libdir)/mc
mclib_DATA = mc.hlp.hu
EXTRA_DIST = $(mclib_DATA)

View File

@ -9,7 +9,6 @@ else
LIBFILES_ADD =
endif
LOCALIZED_HELP = mc.hlp.hu
LIBFILES_OUT = mc.ext
LIBFILES_CONST = mc.hint mc.hint.cs mc.hint.es mc.hint.hu mc.hint.it \
mc.hint.nl mc.hint.pl mc.hint.ru mc.hint.uk mc.hint.zh mc.lib \
@ -26,12 +25,11 @@ 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
mclib_DATA = $(LIBFILES_CONST) $(LIBFILES_ADD) $(LIBFILES_OUT) $(LOCALIZED_HELP)
mclib_DATA = $(LIBFILES_CONST) $(LIBFILES_ADD) $(LIBFILES_OUT)
# Files processed by configure don't need to be here
EXTRA_DIST = \
$(LIBFILES_CONST) \
$(LOCALIZED_HELP) \
$(conf_DATA) \
$(ti_DATA) \
$(noinst_DATA) \