12345678910111213141516171819202122232425262728 |
- 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
|