summaryrefslogtreecommitdiffstats
path: root/doc/hlp/hlp-lang-include.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/hlp/hlp-lang-include.am')
-rw-r--r--doc/hlp/hlp-lang-include.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/hlp/hlp-lang-include.am b/doc/hlp/hlp-lang-include.am
new file mode 100644
index 0000000..a23996f
--- /dev/null
+++ b/doc/hlp/hlp-lang-include.am
@@ -0,0 +1,10 @@
+MAN2HLP=$(top_builddir)/src/man2hlp/man2hlp
+
+hlpdir = $(pkgdatadir)/help
+hlp_DATA = mc.hlp.$(HLP_LANG)
+
+EXTRA_DIST = xnc.hlp
+CLEANFILES = $(hlp_DATA)
+
+mc.hlp.$(HLP_LANG): $(top_builddir)/doc/man/$(HLP_LANG)/mc.1 $(srcdir)/xnc.hlp $(MAN2HLP)
+ - $(MAN2HLP) $(top_builddir)/doc/man/$(HLP_LANG)/mc.1 $(srcdir)/xnc.hlp mc.hlp.$(HLP_LANG)