repo.or.cz
/
midnight-commander.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update copyright years.
[midnight-commander.git]
/
doc
/
man
/
Makefile.am
blob
d33b9ab25c6cf96a0604636c35e2a04592357302
1
DIST_SUBDIRS = es hu it pl ru sr
2
if USE_NLS
3
SUBDIRS = $(DOC_LINGUAS)
4
endif
5
6
man_MANS = mc.1 mcedit.1 mcview.1
7
8
CLEANFILES = $(man_MANS)
9
10
EXTRA_DIST = \
11
date-of-man-include.am \
12
mc.1.in \
13
mcedit.1.in \
14
mcview.1.in
15
16
DATE_LANG=en_US.UTF-8
17
DATE_FORMAT=%B %Y
18
19
include date-of-man-include.am