From 652fc04d9039e9e6805f9bc08126416bbf0b3559 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 27 Mar 2007 09:26:15 +0000 Subject: Don't install manual pages if daemon has been disabled --- pand/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pand') diff --git a/pand/Makefile.am b/pand/Makefile.am index 447e950b..66021f30 100644 --- a/pand/Makefile.am +++ b/pand/Makefile.am @@ -11,8 +11,10 @@ AM_CFLAGS = @BLUEZ_CFLAGS@ INCLUDES = -I$(top_srcdir)/common +if PAND man_MANS = pand.1 +endif -EXTRA_DIST = $(man_MANS) +EXTRA_DIST = pand.1 MAINTAINERCLEANFILES = Makefile.in -- cgit