mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
5c498191e6
the build directory. * doc/es/Makefile.am: Likewise. * doc/ru/Makefile.am: Likewise.
12 lines
264 B
Makefile
12 lines
264 B
Makefile
mandir = @mandir@/es
|
|
man_MANS = mc.1
|
|
|
|
mclibdir = $(libdir)/mc
|
|
mclib_DATA = mc.hlp.es
|
|
|
|
EXTRA_DIST = xnc.hlp
|
|
CLEANFILES = $(mclib_DATA)
|
|
|
|
mc.hlp.es: mc.1 $(srcdir)/xnc.hlp $(top_builddir)/src/man2hlp
|
|
- $(top_builddir)/src/man2hlp 58 mc.1 $(srcdir)/xnc.hlp mc.hlp.es
|