Ignore:
Timestamp:
08/15/2020 06:25:14 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9330190d
Parents:
51b02a6
Message:

Tweak bind-utils instructions so that manual pages are installed again, report
by Joe Locash

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23529 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

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

    r51b02a6 r5162d792  
    8585    <bridgehead renderas="sect4">Optional</bridgehead>
    8686    <para role="optional">
    87       <xref linkend="libcap-pam"/> and
    88       <xref linkend="libxml2"/>
     87      <xref linkend="libcap-pam"/>,
     88      <xref linkend="libxml2"/>, and
     89      <ulink url="https://www.sphinx-doc.org/en/master/">Spinx</ulink>
    8990    </para>
    9091
     
    107108make -C lib/isccfg &amp;&amp;
    108109make -C lib/irs    &amp;&amp;
    109 make -C bin/dig</userinput></screen>
     110make -C bin/dig    &amp;&amp;
     111make -C doc</userinput></screen>
    110112
    111113    <para>
     
    115117      Now, as the <systemitem class="username">root</systemitem> user:</para>
    116118
    117 <screen role='root'><userinput>make -C bin/dig install</userinput></screen>
     119<screen role='root'><userinput>make -C bin/dig install &amp;&amp;
     120cp -v doc/man/{dig.1,host.1,nslookup.1} /usr/share/man/man1</userinput></screen>
    118121
    119122  </sect2>
     
    124127    <para>
    125128      <parameter>--without-python</parameter>: This option eliminates
    126     the need for an unused python module.</para>
     129      the need for an unused python module.
     130    </para>
    127131
    128132    <para>
    129133      <command>make -C lib/...</command>: These commands build the
    130     libraries that are needed for the client programs.</para>
     134      libraries that are needed for the client programs.
     135    </para>
    131136
    132137    <para>
    133138      <command>make -C bin/dig</command>: This command builds the
    134     client programs.</para>
     139      client programs.
     140    </para>
     141
     142    <para>
     143      <command>make -C doc</command>: This command builds the
     144      manual pages.
     145    </para>
     146
     147    <para>
     148      <command>cp -v ... /usr/share/man/man1</command>: This command
     149      installs the manual pages.
     150    </para>
    135151
    136152  </sect2>
Note: See TracChangeset for help on using the changeset viewer.