Author: randy
Date: 2010-03-22 06:58:02 -0600 (Mon, 22 Mar 2010)
New Revision: 8346

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/server/databases/sqlite.xml
Log:
Fixed broken documentation installation commands in the SQLite instructions, 
thanks to Juan Antonio Moreno Carmona for the report

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2010-03-21 14:37:53 UTC (rev 8345)
+++ trunk/BOOK/general.ent      2010-03-22 12:58:02 UTC (rev 8346)
@@ -3,13 +3,13 @@
 $Date$
 -->
 
-<!ENTITY day          "17">                   <!-- Always 2 digits -->
+<!ENTITY day          "22">                   <!-- Always 2 digits -->
 <!ENTITY month        "03">                   <!-- Always 2 digits -->
 <!ENTITY year         "2010">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "svn-&year;&month;&day;">
-<!ENTITY releasedate  "March &day;th, &year;">
+<!ENTITY releasedate  "March &day;nd, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "6.5">          <!-- 
version|testing|unstable|development] -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2010-03-21 14:37:53 UTC 
(rev 8345)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2010-03-22 12:58:02 UTC 
(rev 8346)
@@ -42,6 +42,17 @@
 -->
 
     <listitem>
+      <para>March 22nd, 2010</para>
+      <itemizedlist>
+        <listitem>
+          <para>[randy] - Fixed broken documentation installation commands in
+          the SQLite instructions, thanks to Juan Antonio Moreno Carmona for
+          the report.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>March 17th, 2010</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/server/databases/sqlite.xml
===================================================================
--- trunk/BOOK/server/databases/sqlite.xml      2010-03-21 14:37:53 UTC (rev 
8345)
+++ trunk/BOOK/server/databases/sqlite.xml      2010-03-22 12:58:02 UTC (rev 
8346)
@@ -95,9 +95,9 @@
     commands as the <systemitem class="username">root</systemitem> user to
     install it:</para>
 
-<screen role="root"><userinput>install -v -m755 -d 
destdir/usr/share/doc/sqlite-&sqlite-version; &amp;
+<screen role="root"><userinput>install -v -m755 -d 
/usr/share/doc/sqlite-&sqlite-version; &amp;
 cp      -v -R       sqlite-&sqlite-docs-version;-docs/* \
-                    
destdir/usr/share/doc/sqlite-&sqlite-version;</userinput></screen>
+                    /usr/share/doc/sqlite-&sqlite-version;</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