mc/doc/man/Makefile.am
Andrew Borodin 0c53039155 Don't create and install diff viewer man page if mc is built --without-diff-viewer.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2024-04-07 16:05:48 +03:00

29 lines
385 B
Makefile

DIST_SUBDIRS = es hu it pl ru sr
if USE_NLS
SUBDIRS = $(DOC_LINGUAS)
endif
man_MANS = mc.1 mcview.1
if USE_INTERNAL_EDIT
man_MANS += mcedit.1
endif
if USE_DIFF
man_MANS += mcdiff.1
endif
CLEANFILES = $(man_MANS)
EXTRA_DIST = \
date-of-man-include.am \
mc.1.in \
mcedit.1.in \
mcview.1.in \
mcdiff.1.in
DATE_LANG=en_US.UTF-8
DATE_FORMAT=%B %Y
include date-of-man-include.am