[Clfs-commits] commit: r5046 - in /trunk/BOOK/final-system: common/sed.xml multilib/sed.xml

svn at cross-lfs.org svn at cross-lfs.org
Wed Jun 10 00:34:25 PDT 2009


Author: chris at beaker67.com
Date: Wed Jun 10 07:34:24 2009
New Revision: 5046

Log:
Installation of sed html documenation must now be done separately

Modified:
    trunk/BOOK/final-system/common/sed.xml
    trunk/BOOK/final-system/multilib/sed.xml

Modified: trunk/BOOK/final-system/common/sed.xml
==============================================================================
--- trunk/BOOK/final-system/common/sed.xml (original)
+++ trunk/BOOK/final-system/common/sed.xml Wed Jun 10 07:34:24 2009
@@ -26,30 +26,26 @@
 
     <para os="a">Prepare Sed for compilation:</para>
 
-<screen os="b"><userinput>./configure --prefix=/usr --bindir=/bin --enable-html</userinput></screen>
+<screen os="b"><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen>
 
-    <variablelist os="c">
-      <title>The meaning of the new configure option:</title>
+    <para os="c">Compile the package:</para>
 
-      <varlistentry>
-        <term><parameter>--enable-html</parameter></term>
-        <listitem>
-          <para>This option tells Sed to build and install its HTML
-          documentation.</para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
+<screen os="d"><userinput>make</userinput></screen>
 
-    <para os="d">Compile the package:</para>
+    <para os="e"> Build the HTML documentation:</para>
 
-<screen os="e"><userinput>make</userinput></screen>
+<screen os="f"><userinput>make html</userinput></screen>
 
-    <para os="f">To test the results, issue:
+    <para os="g">To test the results, issue:
     <userinput>make check</userinput>.</para>
 
-    <para os="g">Install the package:</para>
+    <para os="h">Install the package:</para>
 
-<screen os="h"><userinput>make install</userinput></screen>
+<screen os="i"><userinput>make install</userinput></screen>
+
+    <para os="j">Install the HTML documentation:</para>
+
+<screen os="k"><userinput>make -C doc install-html</userinput></screen>
 
   </sect2>
 

Modified: trunk/BOOK/final-system/multilib/sed.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/sed.xml (original)
+++ trunk/BOOK/final-system/multilib/sed.xml Wed Jun 10 07:34:24 2009
@@ -26,7 +26,7 @@
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
-   --bindir=/bin --enable-html</userinput></screen>
+   --bindir=/bin</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/sed.xml"
@@ -52,6 +52,18 @@
     href="../common/sed.xml"
     xpointer="xpointer(//*[@os='h'])"/>
 
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/sed.xml"
+    xpointer="xpointer(//*[@os='i'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/sed.xml"
+    xpointer="xpointer(//*[@os='j'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/sed.xml"
+    xpointer="xpointer(//*[@os='k'])"/>
+
   </sect2>
 
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"




More information about the Clfs-commits mailing list