Author: randy
Date: 2008-10-12 18:16:54 -0600 (Sun, 12 Oct 2008)
New Revision: 8660

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/gettext.xml
   trunk/BOOK/general.ent
Log:
Added a configure option to the Chapter 6 Gettext instructions so that the 
documentation is installed in a versioned directory

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2008-10-12 23:42:41 UTC (rev 8659)
+++ trunk/BOOK/chapter01/changelog.xml  2008-10-13 00:16:54 UTC (rev 8660)
@@ -38,6 +38,17 @@
 -->
 
     <listitem>
+      <para>2008-10-13</para>
+      <itemizedlist>
+        <listitem>
+          <para>[randy] - Added a configure option to the Chapter 6 Gettext
+          instructions so that the documentation is installed in a versioned
+          directory.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2008-10-12</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter06/gettext.xml
===================================================================
--- trunk/BOOK/chapter06/gettext.xml    2008-10-12 23:42:41 UTC (rev 8659)
+++ trunk/BOOK/chapter06/gettext.xml    2008-10-13 00:16:54 UTC (rev 8660)
@@ -45,18 +45,18 @@
 
     <para>Prepare Gettext for compilation:</para>
 
-<screen><userinput remap="configure">./configure 
--prefix=/usr</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr \
+            
--docdir=/usr/share/doc/gettext-&gettext-version;</userinput></screen>
 
     <para>Compile the package:</para>
 
 <screen><userinput remap="make">make</userinput></screen>
 
-    <para>To test the results, issue:</para>
+    <para>To test the results (this takes a long time, around 3 SBUs),
+    issue:</para>
 
 <screen><userinput remap="test">make check</userinput></screen>
 
-    <para>This takes a long time, around 3 SBUs.</para>
-
     <para>Install the package:</para>
 
 <screen><userinput remap="install">make install</userinput></screen>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2008-10-12 23:42:41 UTC (rev 8659)
+++ trunk/BOOK/general.ent      2008-10-13 00:16:54 UTC (rev 8660)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20081012">
-<!ENTITY releasedate "October 12, 2008">
+<!ENTITY version "SVN-20081013">
+<!ENTITY releasedate "October 13, 2008">
 <!ENTITY copyrightdate "1999&ndash;2008">
 <!ENTITY milestone "7.0">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to