diff options
author | Akira TAGOH <akira@tagoh.org> | 2012-09-10 16:09:04 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2013-01-09 12:21:33 +0900 |
commit | 8e8a99ae8a1c2e56c42093bee577d6de66248366 (patch) | |
tree | c72764e7ada3ce9dd059fb29095ecede32fbe24a /Makefile.am | |
parent | 16fd965171808c10f87d097f678ee9e10771be72 (diff) | |
download | fontconfig-8e8a99ae8a1c2e56c42093bee577d6de66248366.tar.gz |
Bug 29312 - RFE: feature to indicate which characters are missing to satisfy the language support
Add fc-validate to check the language coverage in a font.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6aee88a..84c91ac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,7 @@ SUBDIRS=fontconfig fc-case fc-lang fc-glyphname src \ fc-cache fc-cat fc-list fc-match fc-pattern fc-query fc-scan \ - conf.d test + fc-validate conf.d test if ENABLE_DOCS SUBDIRS += doc DIST_SUBDIRS = $(SUBDIRS) |