mc/doc/hu/Makefile.am
Pavel Roskin 1cf3930be5 * 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.
2002-10-18 00:06:58 +00:00

11 lines
241 B
Makefile

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