summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2010-10-21 15:00:47 +0200
committerKarel Zak2010-10-21 15:00:47 +0200
commitf331598afc17b3f682eb0e0da123d9607bca2926 (patch)
treebfcc61c4a1fed45e3c6bbb531362d4ab1ab406cc /Makefile.am
parentctrlaltdel: use err() instead of fprintf() and exit() (diff)
downloadkernel-qcow2-util-linux-f331598afc17b3f682eb0e0da123d9607bca2926.tar.gz
kernel-qcow2-util-linux-f331598afc17b3f682eb0e0da123d9607bca2926.tar.xz
kernel-qcow2-util-linux-f331598afc17b3f682eb0e0da123d9607bca2926.zip
man: add russian translation of ddate.1
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9febbfd9b..616669d2c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,6 +14,8 @@ if BUILD_LIBMOUNT
SHLIBS_DIRS += shlibs/mount
endif
+MAN_DIRS = man/ru
+
SUBDIRS = \
include \
disk-utils \
@@ -21,6 +23,7 @@ SUBDIRS = \
getopt \
lib \
$(SHLIBS_DIRS) \
+ $(MAN_DIRS) \
login-utils \
misc-utils \
po \