748e028d05
directory for architecture-independent files.
11 строки
242 B
Makefile
11 строки
242 B
Makefile
mandir = @mandir@/pl
|
|
man_MANS = mc.1
|
|
|
|
pkgdata_DATA = mc.hlp.pl
|
|
|
|
CLEANFILES = $(pkgdata_DATA)
|
|
|
|
mc.hlp.pl: mc.1 $(top_srcdir)/doc/xnc.hlp $(top_builddir)/src/man2hlp
|
|
- $(top_builddir)/src/man2hlp 58 mc.1 $(top_srcdir)/doc/xnc.hlp \
|
|
mc.hlp.pl
|