From 9eb48607cf8b50ccefeec095f63a74663474faf3 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sat, 19 Nov 2022 15:35:56 +0100 Subject: [PATCH] Reinstate doc building for bind-utils: Doc building does not use sphinx if it is not available, but still generate manual pages, which may be very useful for complex applications such as dig. Note that if sphinx is available, more detailed docs are generated, but with our current instructions, they are not installed. --- networking/netutils/bind-utils.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/networking/netutils/bind-utils.xml b/networking/netutils/bind-utils.xml index 228cd6aafd..080c3e3f19 100644 --- a/networking/netutils/bind-utils.xml +++ b/networking/netutils/bind-utils.xml @@ -108,7 +108,8 @@ make -C lib/ns && make -C lib/isccfg && make -C lib/bind9 && make -C lib/irs && -make -C bin/dig +make -C bin/dig && +make -C doc This portion of the package does not come with a test suite. @@ -122,8 +123,8 @@ make -C lib/ns install && make -C lib/isccfg install && make -C lib/bind9 install && make -C lib/irs install && -make -C bin/dig install - +make -C bin/dig install && +cp -v doc/man/{dig.1,host.1,nslookup.1} /usr/share/man/man1