Author: randy
Date: 2010-02-11 15:52:39 -0700 (Thu, 11 Feb 2010)
New Revision: 8237

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/graphlib/libjpeg.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Removed obsolete configure parameters and information from the libjpeg 
instructions

Modified: trunk/BOOK/general/graphlib/libjpeg.xml
===================================================================
--- trunk/BOOK/general/graphlib/libjpeg.xml     2010-02-11 18:26:35 UTC (rev 
8236)
+++ trunk/BOOK/general/graphlib/libjpeg.xml     2010-02-11 22:52:39 UTC (rev 
8237)
@@ -68,7 +68,7 @@
     <para>Install <application>libjpeg</application> by running the following
     commands:</para>
 
-<screen><userinput>./configure --prefix=/usr --enable-static --enable-shared 
&amp;&amp;
+<screen><userinput>./configure --prefix=/usr &amp;&amp;
 make</userinput></screen>
 
     <para>To test the results, issue: <command>make test</command>.</para>
@@ -79,10 +79,10 @@
 
   </sect2>
 
-  <sect2 role="commands">
+  <!-- <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <para><parameter>--enable-static --enable-shared</parameter>: These 
switches
+    <para><parameter>-enable-static -enable-shared</parameter>: These switches
     tell <application>libjpeg</application> to build both shared and static
     libraries.</para>
 
@@ -99,7 +99,7 @@
 
     </sect3>
 
-  </sect2>
+  </sect2> -->
 
   <sect2 role="content">
     <title>Contents</title>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2010-02-11 18:26:35 UTC (rev 8236)
+++ trunk/BOOK/general.ent      2010-02-11 22:52:39 UTC (rev 8237)
@@ -3,13 +3,13 @@
 $Date$
 -->
 
-<!ENTITY day          "11">                   <!-- Always 2 digits -->
+<!ENTITY day          "12">                   <!-- Always 2 digits -->
 <!ENTITY month        "02">                   <!-- Always 2 digits -->
 <!ENTITY year         "2010">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "svn-&year;&month;&day;">
-<!ENTITY releasedate  "February &day;rd, &year;">
+<!ENTITY releasedate  "February &day;th, &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       2010-02-11 18:26:35 UTC 
(rev 8236)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2010-02-11 22:52:39 UTC 
(rev 8237)
@@ -42,6 +42,16 @@
 -->
 
     <listitem>
+      <para>February 12th, 2010</para>
+      <itemizedlist>
+        <listitem>
+          <para>[randy] - Removed obsolete configure parameters and information
+          from the libjpeg instructions.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>February 11th, 2010</para>
       <itemizedlist>
         <listitem>

-- 
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