Changeset 5162d792
- Timestamp:
- 08/15/2020 06:25:14 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 9330190d
- Parents:
- 51b02a6
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r51b02a6 r5162d792 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 4"> <!-- Always 2 digits -->3 <!ENTITY day "15"> <!-- Always 2 digits --> 4 4 <!ENTITY month "08"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2020"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "August 1 4th, &year;">9 <!ENTITY releasedate "August 15th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r51b02a6 r5162d792 43 43 --> 44 44 <listitem> 45 <para>August 15th, 2020</para> 46 <itemizedlist> 47 <listitem> 48 <para>[pierre] - Tweak bind-utils instructions so that manual 49 pages are installed again. Thanks to Joe Locash for the 50 report.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 54 55 <listitem> 45 56 <para>August 14th, 2020</para> 46 57 <itemizedlist> -
networking/netutils/bind-utils.xml
r51b02a6 r5162d792 85 85 <bridgehead renderas="sect4">Optional</bridgehead> 86 86 <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> 89 90 </para> 90 91 … … 107 108 make -C lib/isccfg && 108 109 make -C lib/irs && 109 make -C bin/dig</userinput></screen> 110 make -C bin/dig && 111 make -C doc</userinput></screen> 110 112 111 113 <para> … … 115 117 Now, as the <systemitem class="username">root</systemitem> user:</para> 116 118 117 <screen role='root'><userinput>make -C bin/dig install</userinput></screen> 119 <screen role='root'><userinput>make -C bin/dig install && 120 cp -v doc/man/{dig.1,host.1,nslookup.1} /usr/share/man/man1</userinput></screen> 118 121 119 122 </sect2> … … 124 127 <para> 125 128 <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> 127 131 128 132 <para> 129 133 <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> 131 136 132 137 <para> 133 138 <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> 135 151 136 152 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.