diff --git a/ChangeLog b/ChangeLog index bb595b83f..4c66a2255 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2002-10-17 Pavel Roskin + * 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. diff --git a/configure.in b/configure.in index 0e89c242e..1e6239a61 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/doc/hu/Makefile.am b/doc/hu/Makefile.am index 018a6a0b2..b839865a4 100644 --- a/doc/hu/Makefile.am +++ b/doc/hu/Makefile.am @@ -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