From 2147d9d6cd938f0cab280e448f79cdbfc5822484 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 18 May 2013 07:43:43 +0100 Subject: [PATCH] daemon: Don't install man page for guestfsd(8) if --disable-install-daemon. --- daemon/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/daemon/Makefile.am b/daemon/Makefile.am index ca709e606..7889aec6f 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -206,7 +206,11 @@ guestfsd_CFLAGS = \ $(PCRE_CFLAGS) # Manual pages and HTML files for the website. +if INSTALL_DAEMON man_MANS = guestfsd.8 +else +noinst_MANS = guestfsd.8 +endif noinst_DATA = $(top_builddir)/html/guestfsd.8.html guestfsd.8 $(top_builddir)/html/guestfsd.8.html: stamp-guestfsd.pod