Author: bdubbs
Date: Sat Jun 28 12:37:05 2014
New Revision: 10588

Log:
Minor rewording and formatting of sed section

Modified:
   trunk/BOOK/chapter06/sed.xml

Modified: trunk/BOOK/chapter06/sed.xml
==============================================================================
--- trunk/BOOK/chapter06/sed.xml        Sat Jun 28 02:14:27 2014        (r10587)
+++ trunk/BOOK/chapter06/sed.xml        Sat Jun 28 12:37:05 2014        (r10588)
@@ -50,31 +50,24 @@
       <varlistentry>
         <term><parameter>--htmldir</parameter></term>
         <listitem>
-          <para>This sets the directory where the HTML documentation will be
-          installed to.</para>
+          <para>This sets the installation directory where for the HTML 
documentation.</para>
         </listitem>
       </varlistentry>
     </variablelist>
 
-    <para>Compile the package:</para>
+    <para>Compile the package and generate the HTML documentation:</para>
 
-<screen><userinput remap="make">make</userinput></screen>
-
-    <para>Generate the HTML documentation:</para>
-
-<screen><userinput remap="make">make html</userinput></screen>
+<screen><userinput remap="make">make
+make html</userinput></screen>
 
     <para>To test the results, issue:</para>
 
 <screen><userinput remap="test">make check</userinput></screen>
 
-    <para>Install the package:</para>
-
-<screen><userinput remap="install">make install</userinput></screen>
-
-    <para>Install the HTML documentation:</para>
+    <para>Install the package and its documentation:</para>
 
-<screen><userinput remap="install">make -C doc 
install-html</userinput></screen>
+<screen><userinput remap="install">make install
+make -C doc install-html</userinput></screen>
 
   </sect2>
 
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to