mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
Install dnstap-read man page conditionally
The dnstap-read utility is only built and installed for dnstap-enabled builds. Adjust the relevant Makefile.am file to make sure the dnstap-read.1 man page is also only built and installed for dnstap-enabled builds.
This commit is contained in:
parent
d04aa1d44e
commit
ceedee0785
@ -80,7 +80,6 @@ man_MANS = \
|
||||
ddns-confgen.8 \
|
||||
delv.1 \
|
||||
dig.1 \
|
||||
dnstap-read.1 \
|
||||
host.1 \
|
||||
mdig.1 \
|
||||
named-rrchecker.1 \
|
||||
@ -109,6 +108,11 @@ man_MANS = \
|
||||
rndc.8 \
|
||||
tsig-keygen.8
|
||||
|
||||
if HAVE_DNSTAP
|
||||
man_MANS += \
|
||||
dnstap-read.1
|
||||
endif HAVE_DNSTAP
|
||||
|
||||
if HAVE_PKCS11
|
||||
man_MANS += \
|
||||
pkcs11-destroy.1 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user