summaryrefslogtreecommitdiffstats
path: root/doc/man/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/Makefile.am')
-rw-r--r--doc/man/Makefile.am19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
new file mode 100644
index 0000000..d33b9ab
--- /dev/null
+++ b/doc/man/Makefile.am
@@ -0,0 +1,19 @@
+DIST_SUBDIRS = es hu it pl ru sr
+if USE_NLS
+SUBDIRS = $(DOC_LINGUAS)
+endif
+
+man_MANS = mc.1 mcedit.1 mcview.1
+
+CLEANFILES = $(man_MANS)
+
+EXTRA_DIST = \
+ date-of-man-include.am \
+ mc.1.in \
+ mcedit.1.in \
+ mcview.1.in
+
+DATE_LANG=en_US.UTF-8
+DATE_FORMAT=%B %Y
+
+include date-of-man-include.am