Changeset 9eb4860


Ignore:
Timestamp:
11/19/2022 02:35:56 PM (18 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
4a8d20b
Parents:
5fb7e6d9
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/bind-utils.xml

    r5fb7e6d9 r9eb4860  
    109109make -C lib/bind9  &amp;&amp;
    110110make -C lib/irs    &amp;&amp;
    111 make -C bin/dig</userinput></screen>
     111make -C bin/dig    &amp;&amp;
     112make -C doc</userinput></screen>
    112113
    113114    <para>
     
    123124make -C lib/bind9  install &amp;&amp;
    124125make -C lib/irs    install &amp;&amp;
    125 make -C bin/dig    install</userinput></screen>
    126 <!-- cp -v doc/man/{dig.1,host.1,nslookup.1} /usr/share/man/man1 -->
     126make -C bin/dig    install &amp;&amp;
     127cp -v doc/man/{dig.1,host.1,nslookup.1} /usr/share/man/man1</userinput></screen>
    127128
    128129  </sect2>
Note: See TracChangeset for help on using the changeset viewer.