Author: fernando
Date: Sun Oct 20 05:13:52 2013
New Revision: 12005

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

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/networking/netprogs/rsync.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sun Oct 20 01:09:39 
2013        (r12004)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sun Oct 20 05:13:52 
2013        (r12005)
@@ -47,6 +47,10 @@
       <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>
         </listitem>

Modified: trunk/BOOK/networking/netprogs/rsync.xml
==============================================================================
--- trunk/BOOK/networking/netprogs/rsync.xml    Sun Oct 20 01:09:39 2013        
(r12004)
+++ trunk/BOOK/networking/netprogs/rsync.xml    Sun Oct 20 05:13:52 2013        
(r12005)
@@ -98,18 +98,6 @@
     <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 @@
     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>
 
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to