mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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:
parent
5fb7e6d9c5
commit
9eb48607cf
@ -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 &&
|
||||
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 &&
|
||||
make -C lib/isccfg install &&
|
||||
make -C lib/bind9 install &&
|
||||
make -C lib/irs install &&
|
||||
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 &&
|
||||
cp -v doc/man/{dig.1,host.1,nslookup.1} /usr/share/man/man1</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user