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.
This commit is contained in:
Pierre Labastie 2022-11-19 15:35:56 +01:00
parent 5fb7e6d9c5
commit 9eb48607cf

View File

@ -108,7 +108,8 @@ make -C lib/ns &&
make -C lib/isccfg &&
make -C lib/bind9 &&
make -C lib/irs &&
make -C bin/dig</userinput></screen>
make -C bin/dig &amp;&amp;
make -C doc</userinput></screen>
<para>
This portion of the package does not come with a test suite.</para>
@ -122,8 +123,8 @@ make -C lib/ns install &amp;&amp;
make -C lib/isccfg install &amp;&amp;
make -C lib/bind9 install &amp;&amp;
make -C lib/irs install &amp;&amp;
make -C bin/dig install</userinput></screen>
<!-- cp -v doc/man/{dig.1,host.1,nslookup.1} /usr/share/man/man1 -->
make -C bin/dig install &amp;&amp;
cp -v doc/man/{dig.1,host.1,nslookup.1} /usr/share/man/man1</userinput></screen>
</sect2>