daemon: Don't install man page for guestfsd(8) if --disable-install-daemon.

This commit is contained in:
Richard W.M. Jones
2013-05-18 07:43:43 +01:00
parent f9eee0ad8d
commit 2147d9d6cd

View File

@@ -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