diff --git a/general/graphlib/fontconfig.xml b/general/graphlib/fontconfig.xml index 4edcd08bf6..a22852d83d 100644 --- a/general/graphlib/fontconfig.xml +++ b/general/graphlib/fontconfig.xml @@ -9,7 +9,6 @@ - ]> @@ -62,11 +61,35 @@ the most current release is of the form 2.2.3 Install Fontconfig by running the following commands: -./configure --prefix=/usr --sysconfdir=/etc && +./configure --prefix=/usr \ + --sysconfdir=/etc --disable-docs && make && make install + +Command explanations + +: This switch avoids building the +documentation. If you wish to build the documentation using +DocBook-utils, you may need to remove the +OpenSP catalog definitions from the system +SGML catalogs. Use the following commands before building +the package to accomplish this: + +sed -i.orig -e "/CATALOG \/etc\/sgml\/OpenSP-1.5.1.cat/d" \ + /etc/sgml/catalog && +sed -i.orig -e "/CATALOG \/etc\/sgml\/OpenSP-1.5.1.cat/d" \ + /etc/sgml/sgml-docbook.cat + +If desired, restore the orginal SGML catalogs after +the build is complete using the following commands: + +cp /etc/sgml/catalog.orig /etc/sgml/catalog && +cp /etc/sgml/sgml-docbook.cat.orig /etc/sgml/sgml-docbook.cat + + + Configuring <application>Fontconfig</application> diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 43f0cc28d6..f9db67882b 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -24,7 +24,8 @@ who wrote what. August 15th, 2004 [randy]: Bumped portmap-compilation_fixes patch to -3 version as suggested by Kevin Fleming; added gcc34 patch to -OpenQuicktime instructions. +OpenQuicktime instructions; added documentation build instructions to +Fontconfig as suggested by Nico R. August 15th, 2004 [randy]: Added GPM as an optional dependency to AAlib.