]> git.wh0rd.org - fontconfig.git/commitdiff
Emphasize that fonts.conf isnt the right place for local configuration
authorKeith Packard <keithp@keithp.com>
Fri, 7 Feb 2003 00:14:31 +0000 (00:14 +0000)
committerKeith Packard <keithp@keithp.com>
Fri, 7 Feb 2003 00:14:31 +0000 (00:14 +0000)
fonts.conf.in

index 65c79bcd2b82cb25f7fe3a8484ca5c6682821e20..2ffe083c6625d87727fcfe9462e7d46afdebee6c 100644 (file)
@@ -1,9 +1,13 @@
 <?xml version="1.0"?>
 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
-<!-- /etc/fonts.conf file to configure system font access -->
+<!-- /etc/fonts/fonts.conf file to configure system font access -->
 <fontconfig>
 
 <!--
+       DO NOT EDIT THIS FILE.
+       IT WILL BE REPLACED WHEN FONTCONFIG IS UPDATED.
+       LOCAL CHANGES BELONG IN 'local.conf'.
+
        The intent of this standard configuration file is to be adequate for
        most environments.  If you have a reasonably normal environment and
        have found problems with this configuration, they are probably
@@ -11,7 +15,7 @@
        changes to fonts@xfree86.org so that future releases can include
        such changes.
 
-       Note that the normal 'make install' procedure for XFree86 is to
+       Note that the normal 'make install' procedure for fontconfig is to
        replace any existing fonts.conf file with the new version.  Place
        any local customizations in local.conf which this file references.