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
176 B
Makefile
14 lines
176 B
Makefile
LANG=sr
|
|
mandir = @mandir@/$(LANG)
|
|
|
|
EXTRA_DIST = mc.1.in
|
|
|
|
man_MANS = mc.1
|
|
|
|
CLEANFILES = $(man_MANS)
|
|
|
|
DATE_LANG=sr_SR.UTF-8
|
|
DATE_FORMAT=%B %Y.
|
|
|
|
include ../date-of-man-include.am
|