[Commit] fontconfig Makefile.am,1.9,1.10 configure.in,1.36,1.37

Keith Packard commit at keithp.com
Mon Jun 9 12:49:21 PDT 2003


Committed by: keithp

Update of /local/src/CVS/fontconfig
In directory home.keithp.com:/tmp/cvs-serv6076

Modified Files:
	Makefile.am configure.in 
Log Message:
Add fc-match program to demonstrate font matching from the command line

Index: Makefile.am
===================================================================
RCS file: /local/src/CVS/fontconfig/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile.am	4 May 2003 22:53:49 -0000	1.9
+++ Makefile.am	9 Jun 2003 18:49:18 -0000	1.10
@@ -21,7 +21,7 @@
 #  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 #  PERFORMANCE OF THIS SOFTWARE.
 
-SUBDIRS=fontconfig fc-lang fc-glyphname src fc-cache fc-list doc test
+SUBDIRS=fontconfig fc-lang fc-glyphname src fc-cache fc-list fc-match doc test
 
 EXTRA_DIST = \
         fontconfig.pc.in \

Index: configure.in
===================================================================
RCS file: /local/src/CVS/fontconfig/configure.in,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- configure.in	4 May 2003 22:53:49 -0000	1.36
+++ configure.in	9 Jun 2003 18:49:18 -0000	1.37
@@ -362,6 +362,7 @@
 src/fontconfig.def
 fc-cache/Makefile
 fc-list/Makefile
+fc-match/Makefile
 doc/Makefile
 doc/version.sgml
 test/Makefile




More information about the Commit mailing list