mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
748e028d05
directory for architecture-independent files.
11 lines
244 B
Makefile
11 lines
244 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 58 mc.1 $(srcdir)/xnc.hlp mc.hlp.it
|