]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: don't install ru/ddate.1 if ddate disabled
authorKarel Zak <kzak@redhat.com>
Tue, 30 Aug 2011 07:46:10 +0000 (09:46 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 30 Aug 2011 07:46:10 +0000 (09:46 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
man/ru/Makefile.am

index 60845958b2192ce43b4840401162b995a4acb224..799fecaafe09273ec091a18034f6f77594345c83 100644 (file)
@@ -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