2
0
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:
Michał Kępień 2021-03-22 09:36:48 +01:00
parent d04aa1d44e
commit ceedee0785

View File

@ -80,7 +80,6 @@ man_MANS = \
ddns-confgen.8 \ ddns-confgen.8 \
delv.1 \ delv.1 \
dig.1 \ dig.1 \
dnstap-read.1 \
host.1 \ host.1 \
mdig.1 \ mdig.1 \
named-rrchecker.1 \ named-rrchecker.1 \
@ -109,6 +108,11 @@ man_MANS = \
rndc.8 \ rndc.8 \
tsig-keygen.8 tsig-keygen.8
if HAVE_DNSTAP
man_MANS += \
dnstap-read.1
endif HAVE_DNSTAP
if HAVE_PKCS11 if HAVE_PKCS11
man_MANS += \ man_MANS += \
pkcs11-destroy.1 \ pkcs11-destroy.1 \