mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
80c2334e14
Don't install man pages, help and hint files if mc is built with --disable-nls key. Thanks Max Khon <fjoe samodelkin net> for the original patch. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
16 lines
246 B
Makefile
16 lines
246 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
|
|
|
|
DATE_LANG=en_US.UTF-8
|
|
DATE_FORMAT=%B %Y
|
|
|
|
include date-of-man-include.am
|