mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
* doc/hu/Makefile.am: Generate Hungarian help file from the
manual, just like other languages. * doc/hu/mc.1.in: New file, converted from the help file. * doc/hu/xnc.hlp: Likewise. * configure.in: Adjust for the above.
This commit is contained in:
parent
8309bbc5d8
commit
1cf3930be5
@ -1,5 +1,11 @@
|
||||
2002-10-17 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* doc/hu/Makefile.am: Generate Hungarian help file from the
|
||||
manual, just like other languages.
|
||||
* doc/hu/mc.1.in: New file, converted from the help file.
|
||||
* doc/hu/xnc.hlp: Likewise.
|
||||
* configure.in: Adjust for the above.
|
||||
|
||||
* doc/mc.1.in: Add node names. Remove redundant paragraph
|
||||
breaks at the start and the end of the sections. Mention
|
||||
"stalelink" as color keyword.
|
||||
|
@ -588,7 +588,7 @@ vfs/extfs/uzoo
|
||||
|
||||
doc/mc.1 doc/mcedit.1 doc/mcserv.8
|
||||
doc/es/mc.1 doc/es/Makefile
|
||||
doc/hu/Makefile doc/hu/mc.hlp.hu
|
||||
doc/hu/mc.1 doc/hu/Makefile
|
||||
doc/it/mc.1 doc/it/Makefile
|
||||
doc/pl/mc.1 doc/pl/Makefile
|
||||
doc/ru/mc.1 doc/ru/Makefile
|
||||
|
@ -1 +1,10 @@
|
||||
mandir = @mandir@/hu
|
||||
man_MANS = mc.1
|
||||
|
||||
pkgdata_DATA = mc.hlp.hu
|
||||
|
||||
EXTRA_DIST = xnc.hlp
|
||||
CLEANFILES = $(pkgdata_DATA)
|
||||
|
||||
mc.hlp.hu: mc.1 $(srcdir)/xnc.hlp $(top_builddir)/src/man2hlp
|
||||
- $(top_builddir)/src/man2hlp mc.1 $(srcdir)/xnc.hlp mc.hlp.hu
|
||||
|
Loading…
Reference in New Issue
Block a user