summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorKarel Zak2011-08-30 09:46:10 +0200
committerKarel Zak2011-08-30 09:46:10 +0200
commit484881ebdee8b1f339135a57958b6be8bc443a5d (patch)
treed3b54a1720ea12d504732fb92ae9bf7190975cb6 /man
parentbuild-sys: release++ v2.20 (diff)
downloadkernel-qcow2-util-linux-484881ebdee8b1f339135a57958b6be8bc443a5d.tar.gz
kernel-qcow2-util-linux-484881ebdee8b1f339135a57958b6be8bc443a5d.tar.xz
kernel-qcow2-util-linux-484881ebdee8b1f339135a57958b6be8bc443a5d.zip
build-sys: don't install ru/ddate.1 if ddate disabled
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'man')
-rw-r--r--man/ru/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/man/ru/Makefile.am b/man/ru/Makefile.am
index 60845958b..799fecaaf 100644
--- a/man/ru/Makefile.am
+++ b/man/ru/Makefile.am
@@ -2,4 +2,8 @@ include $(top_srcdir)/config/include-Makefile.am
mandir = @mandir@/ru
-dist_man_MANS = ddate.1
+dist_man_MANS =
+
+if BUILD_DDATE
+dist_man_MANS += ddate.1
+endif