mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
344130d18d
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>
20 lines
290 B
Makefile
20 lines
290 B
Makefile
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
|