Remove docbook2* (DocBook-utils-0.6.14) from rsync-3.1.0 instructions. Thanks to Bruce for many discussions.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12005 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2013-10-20 12:13:52 +00:00
parent 216220893d
commit 3534db5d6e
2 changed files with 5 additions and 14 deletions

View File

@ -46,6 +46,10 @@
<listitem>
<para>October 20th, 2013</para>
<itemizedlist>
<listitem>
<para>[fernando] - Remove docbook2* (DocBook-utils-0.6.14) from
rsync-3.1.0 instructions. Thanks to Bruce for many discussions.</para>
</listitem>
<listitem>
<para>[igor] - Update to MesaLib-9.2.2. Fixes
<ulink url="&blfs-ticket-root;4207">#4207</ulink>.</para>

View File

@ -98,18 +98,6 @@ make</userinput></screen>
<para>If you have <xref linkend="doxygen"/> installed and wish to
build HTML API documentation, issue <command>doxygen</command>.</para>
<para>If you have <xref linkend="docbook-utils"/> installed and wish to
build the user documentation, issue any or all of the following
commands:</para>
<screen><userinput>pushd doc &amp;&amp;
docbook2pdf rsync.sgml &amp;&amp;
docbook2ps rsync.sgml &amp;&amp;
docbook2dvi rsync.sgml &amp;&amp;
docbook2txt rsync.sgml &amp;&amp;
docbook2html --nochunks rsync.sgml &amp;&amp;
popd</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
@ -120,8 +108,7 @@ popd</userinput></screen>
commands as the <systemitem class="username">root</systemitem> user:</para>
<screen role='root'><userinput>install -v -m755 -d /usr/share/doc/rsync-&rsync-version;/api &amp;&amp;
install -v -m644 dox/html/* /usr/share/doc/rsync-&rsync-version;/api &amp;&amp;
install -v -m644 doc/rsync.* /usr/share/doc/rsync-&rsync-version;</userinput></screen>
install -v -m644 dox/html/* /usr/share/doc/rsync-&rsync-version;/api</userinput></screen>
</sect2>