]> git.wh0rd.org - fontconfig.git/commitdiff
Add fc-match program to demonstrate font matching from the command line
authorKeith Packard <keithp@keithp.com>
Mon, 9 Jun 2003 18:49:19 +0000 (18:49 +0000)
committerKeith Packard <keithp@keithp.com>
Mon, 9 Jun 2003 18:49:19 +0000 (18:49 +0000)
Makefile.am
configure.in
fc-match/.cvsignore [new file with mode: 0644]

index a96074e7786a014f5fa5599cf48e60a037819723..fd10fbb3da3984900f18c41f84b46956baf7f325 100644 (file)
@@ -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 9a4497a5cc61226d008b1052bc18bc340cc51abb..03793a3d9038871b5b7515e26d358c5cf54a46f6 100644 (file)
@@ -362,6 +362,7 @@ src/Makefile
 src/fontconfig.def
 fc-cache/Makefile
 fc-list/Makefile
+fc-match/Makefile
 doc/Makefile
 doc/version.sgml
 test/Makefile
diff --git a/fc-match/.cvsignore b/fc-match/.cvsignore
new file mode 100644 (file)
index 0000000..3c5091d
--- /dev/null
@@ -0,0 +1,5 @@
+.deps
+.libs
+Makefile
+Makefile.in
+fc-match