mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
daemon: Don't install man page for guestfsd(8) if --disable-install-daemon.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user