removing unneeded files

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@978 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2003-08-17 03:13:30 +00:00
parent ada9ee0f8f
commit 360fbc7a2c
3 changed files with 0 additions and 74 deletions

View File

@ -1,37 +0,0 @@
<sect2>
<title>Configuring fontconfig</title>
<sect3><title>Configuration Information</title>
<para>The configuration file for fontconfig is <filename>/etc/fonts/fonts.conf</filename>.
Generally you do not want to edit this file. To put a new font directory
in the configuration, create a new file, <filename>/etc/fonts/local.conf</filename> with your local
information. The default location of fonts in fontconfig is:</para>
<itemizedlist spacing='compact'>
<listitem><para>/usr/share/fonts</para></listitem>
<listitem><para>~/.fonts</para></listitem>
</itemizedlist>
<para>Because we have not built XFree86 yet, put the following directory entries
into <filename>/etc/fonts/local.conf</filename>:</para>
<itemizedlist spacing='compact'>
<listitem><para>&lt;dir&gt;/usr/X11R6/lib/X11/fonts/TTF&lt;/dir&gt;</para></listitem>
<listitem><para>&lt;dir&gt;/usr/X11R6/lib/X11/fonts/Type1&lt;/dir&gt;</para></listitem>
<listitem><para>&lt;dir&gt;/usr/X11R6/lib/X11/fonts/truetype&lt;/dir&gt;</para></listitem>
</itemizedlist>
<para>The fontconfig program will automatically search the above directories
and all subdirectories for needed fonts.</para>
<note><para>X also includes an internal (and older) version of fontconfig
and unless it is explictly disabled when building XFree86, the internal
version is created leaving two slightly incompatible libraries on your system.
It is recommended that you only install one version.</para></note>
</sect3>
</sect2>

View File

@ -1,11 +0,0 @@
<sect2>
<title>Installation of <application>fontconfig</application></title>
<para>Install <application>fontconfig</application> by running the following commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>

View File

@ -1,26 +0,0 @@
<sect2>
<title>Introduction to <application>fontconfig</application></title>
<para>The <application>fontconfig</application> package is a library
for configuring and customizing font access.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
url="&fontconfig-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&fontconfig-download-ftp;"/></para></listitem>
<listitem><para>Download size: &fontconfig-size;</para></listitem>
<listitem><para>Estimated Disk space required:
&fontconfig-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&fontconfig-time;</para></listitem></itemizedlist>
<note><para>The numbering system of fontconfig is unusual. The beta version of the
package are numbered with a 9x in the last portion of the release number. This
means that 2.2.90 is a beta release and the most current release is of the form
2.2.1</para></note>
</sect3>
</sect2>