mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
cd1f7773b1
After installing mc-4.8.1 the footer of the manpage says: MC Version VER @DATE_OF_MAN_PAGE@ MC(1) Signed-off-by: Slava Zanko <slavazanko@gmail.com>
14 lines
178 B
Makefile
14 lines
178 B
Makefile
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
|