mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
70a60eae41
The same for translations.
11 lines
241 B
Makefile
11 lines
241 B
Makefile
mandir = @mandir@/it
|
|
man_MANS = mc.1
|
|
|
|
pkgdata_DATA = mc.hlp.it
|
|
|
|
EXTRA_DIST = xnc.hlp
|
|
CLEANFILES = $(pkgdata_DATA)
|
|
|
|
mc.hlp.it: mc.1 $(srcdir)/xnc.hlp $(top_builddir)/src/man2hlp
|
|
- $(top_builddir)/src/man2hlp mc.1 $(srcdir)/xnc.hlp mc.hlp.it
|