summaryrefslogtreecommitdiffstats
path: root/doc/man/es/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/es/Makefile.am')
-rw-r--r--doc/man/es/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/man/es/Makefile.am b/doc/man/es/Makefile.am
new file mode 100644
index 0000000..22a2d1d
--- /dev/null
+++ b/doc/man/es/Makefile.am
@@ -0,0 +1,13 @@
+LANG=es
+mandir = @mandir@/$(LANG)
+
+EXTRA_DIST = mc.1.in
+
+man_MANS = mc.1
+
+CLEANFILES = $(man_MANS)
+
+DATE_LANG=es_ES.UTF-8
+DATE_FORMAT=%B de %Y
+
+include ../date-of-man-include.am