doc: update EN and RU man pages.
[midnight-commander.git] / doc / man / Makefile.am
blob0dbd7ff2850f9630e3a079c6b087e8a7b0b1aee3
1 DIST_SUBDIRS = es hu it pl ru sr
2 if USE_NLS
3 SUBDIRS = $(DOC_LINGUAS)
4 endif
6 man_MANS = mc.1 mcview.1
8 if USE_INTERNAL_EDIT
9 man_MANS += mcedit.1
10 endif
12 if USE_DIFF
13 man_MANS += mcdiff.1
14 endif
16 CLEANFILES = $(man_MANS)
18 EXTRA_DIST = \
19         date-of-man-include.am \
20         mc.1.in \
21         mcedit.1.in \
22         mcview.1.in \
23         mcdiff.1.in
25 DATE_LANG=en_US.UTF-8
26 DATE_FORMAT=%B %Y
28 include date-of-man-include.am