mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
1cf3930be5
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.
11 lines
241 B
Makefile
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
|