Author: dnicholson
Date: 2006-03-14 23:39:59 -0700 (Tue, 14 Mar 2006)
New Revision: 5723

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/graphlib/fontconfig.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Reverting fontconfig changes in r5721 and r5722

Modified: trunk/BOOK/general/graphlib/fontconfig.xml
===================================================================
--- trunk/BOOK/general/graphlib/fontconfig.xml  2006-03-15 05:30:48 UTC (rev 
5722)
+++ trunk/BOOK/general/graphlib/fontconfig.xml  2006-03-15 06:39:59 UTC (rev 
5723)
@@ -90,8 +90,7 @@
     <para>Install <application>Fontconfig</application> by running the 
following
     commands:</para>
 
-<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
-    --disable-docs --without-add-fonts \
+<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --disable-docs \
     --with-docdir=/usr/share/doc/fontconfig-&fontconfig-version; &amp;&amp;
 make</userinput></screen>
 
@@ -118,12 +117,6 @@
     the documentation (the release tarball includes pre-generated
     documentation).</para>
 
-    <para><parameter>--without-add-fonts</parameter>: Without this switch, the
-    default font search path would include any <application>X</application>
-    font paths found outside of /usr/share/fonts.  This would include
-    bitmapped fonts, which <application>Fontconfig</application> cannot
-    handle appropriately.</para>
-
     
<para><parameter>--with-docdir=/usr/share/doc/fontconfig-&fontconfig-version;</parameter>:
     Though this parameter seems counter-intuitive following the preceding
     parameter to the <command>configure</command> command, it is used so that

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2006-03-15 05:30:48 UTC (rev 5722)
+++ trunk/BOOK/general.ent      2006-03-15 06:39:59 UTC (rev 5723)
@@ -1,4 +1,4 @@
-<!ENTITY day          "15">                   <!-- Always 2 digits -->
+<!ENTITY day          "14">                   <!-- Always 2 digits -->
 <!ENTITY month        "03">                   <!-- Always 2 digits -->
 <!ENTITY year         "2006">
 <!ENTITY version      "svn-&year;&month;&day;">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2006-03-15 05:30:48 UTC 
(rev 5722)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2006-03-15 06:39:59 UTC 
(rev 5723)
@@ -42,17 +42,6 @@
 -->
 
     <listitem>
-      <para>March 15th, 2006</para>
-      <itemizedlist>
-        <listitem>
-          <para>[dnicholson] - Added --without-add-fonts to Fontconfig. 
-          This will keep bitmapped X fonts out of its search path as long
-          as they aren't installed in /usr/share/fonts.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-
-    <listitem>
       <para>March 14th, 2006</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