From: Keith Packard Date: Fri, 4 Apr 2003 20:16:33 +0000 (+0000) Subject: Move sample subpixel configuration to local.conf X-Git-Tag: fc-2_1_93~8 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=08b5b70dcf04ce61fb505487b774a3731b04e5c1;p=fontconfig.git Move sample subpixel configuration to local.conf --- 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