diff options
Diffstat (limited to '')
-rw-r--r-- | doc/hlp/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/hlp/Makefile.am b/doc/hlp/Makefile.am new file mode 100644 index 0000000..57c0985 --- /dev/null +++ b/doc/hlp/Makefile.am @@ -0,0 +1,13 @@ +DIST_SUBDIRS = es hu it pl ru sr +if USE_NLS +SUBDIRS = $(DOC_LINGUAS) +endif + +hlpdir = $(pkgdatadir)/help +hlp_DATA = mc.hlp + +EXTRA_DIST = xnc.hlp +CLEANFILES = $(hlp_DATA) + +mc.hlp: $(top_builddir)/doc/man/mc.1 $(srcdir)/xnc.hlp $(top_builddir)/src/man2hlp/man2hlp + - $(top_builddir)/src/man2hlp/man2hlp $(top_builddir)/doc/man/mc.1 $(srcdir)/xnc.hlp mc.hlp |