mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
d912b40022
instead of /usr where appropriate. * doc/Makefile.am: Enable generation of the help file.
12 lines
264 B
Makefile
12 lines
264 B
Makefile
mandir = @mandir@/pl
|
|
man_MANS = mc.1
|
|
|
|
mclibdir = $(libdir)/mc
|
|
mclib_DATA = mc.hlp.pl
|
|
|
|
EXTRA_DIST = xnc.hlp
|
|
CLEANFILES = $(mclib_DATA)
|
|
|
|
mc.hlp.pl: mc.1 $(srcdir)/xnc.hlp $(top_builddir)/src/man2hlp
|
|
- $(top_builddir)/src/man2hlp 58 mc.1 $(srcdir)/xnc.hlp mc.hlp.pl
|