summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-04-04 20:16:33 +0000
committerKeith Packard <keithp@keithp.com>2003-04-04 20:16:33 +0000
commit08b5b70dcf04ce61fb505487b774a3731b04e5c1 (patch)
treeffbaae07d404ad36bc4b92b2e452d4e28aab14d0
parent848d32bd3f141f0c14abfec38d4cf27eedd1f0a5 (diff)
Move sample subpixel configuration to local.conf
-rw-r--r--config/Makedefs.in4
-rw-r--r--config/install.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/config/Makedefs.in b/config/Makedefs.in
index 82582cf..c37c9bb 100644
--- a/config/Makedefs.in
+++ b/config/Makedefs.in
@@ -1,7 +1,7 @@
#
-# $XFree86: xc/lib/fontconfig/config/Makedefs.in,v 1.3 2002/08/01 15:57:26 keithp Exp $
+# $RCSId: xc/lib/fontconfig/config/Makedefs.in,v 1.3 2002/08/01 15:57:26 keithp Exp $
#
-# Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
+# Copyright © 2002 Keith Packard
#
# Permission to use, copy, modify, distribute, and sell this software and its
# documentation for any purpose is hereby granted without fee, provided that
diff --git a/config/install.sh b/config/install.sh
index 211cc9e..56f8803 100644
--- a/config/install.sh
+++ b/config/install.sh
@@ -1,5 +1,7 @@
#! /bin/sh
#
+# $RCSId: $
+#
# install - install a program, script, or datafile
# This comes from X11R5.
#
@@ -10,8 +12,6 @@
# This script is compatible with the BSD install script, but was written
# from scratch.
#
-# $XFree86$
-#
# set DOITPROG to echo to test this script