]> git.ipfire.org Git - thirdparty/bind9.git/commit
do not install manpages for unbuilt binaries
authorAydın Mercan <aydin@isc.org>
Tue, 24 Jun 2025 13:30:15 +0000 (16:30 +0300)
committerAydın Mercan <aydin@isc.org>
Mon, 30 Jun 2025 08:58:13 +0000 (11:58 +0300)
commit206d52b727a7dab9c714616c867ddbc05d92160b
treea1b3571c6959f6ba297975cdebfecdafb9afed80
parent4e7ed1c0519e71354a88772fb45030ebc2a19125
do not install manpages for unbuilt binaries

Building and installing from a git release installed all manpages
unconditionally even if binaries like dnstap-read were disabled and not
built.

Now the manpage configuration checks for such cases and also cleans up
remaining artifacts and unnecessary pages if the build directory is
reconfigured.
doc/man/README.md [new file with mode: 0644]
doc/man/conf.py
meson.build
util/meson-dist-package.sh