Author: randy
Date: 2012-12-12 17:13:34 -0700 (Wed, 12 Dec 2012)
New Revision: 10889
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/genlib/lzo.xml
trunk/BOOK/introduction/welcome/changelog.xml
Log:
Added a docdir parameter to the LZO configure instructions
Modified: trunk/BOOK/general/genlib/lzo.xml
===================================================================
--- trunk/BOOK/general/genlib/lzo.xml 2012-12-12 17:35:54 UTC (rev 10888)
+++ trunk/BOOK/general/genlib/lzo.xml 2012-12-13 00:13:34 UTC (rev 10889)
@@ -84,7 +84,9 @@
following commands:
</para>
-<screen><userinput>./configure --prefix=/usr --enable-shared &&
+<screen><userinput>./configure --prefix=/usr \
+ --enable-shared \
+ --docdir=/usr/share/doc/lzo-&LZO-version; &&
make</userinput></screen>
<para>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2012-12-12 17:35:54 UTC (rev 10888)
+++ trunk/BOOK/general.ent 2012-12-13 00:13:34 UTC (rev 10889)
@@ -3,13 +3,13 @@
$Date$
-->
-<!ENTITY day "12"> <!-- Always 2 digits -->
+<!ENTITY day "13"> <!-- Always 2 digits -->
<!ENTITY month "12"> <!-- Always 2 digits -->
<!ENTITY year "2012">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "December 12th, &year;">
+<!ENTITY releasedate "December 13th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2012-12-12 17:35:54 UTC
(rev 10888)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2012-12-13 00:13:34 UTC
(rev 10889)
@@ -44,6 +44,16 @@
-->
<listitem>
+ <para>December 13th, 2012</para>
+ <itemizedlist>
+ <listitem>
+ <para>[randy] - Added a docdir parameter to the LZO configure
+ instruction.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>December 12th, 2012</para>
<itemizedlist>
<listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page