Reorder utility programs to make sure fc-case is run before fc-lang as

fc-lang uses fcstr.c which uses fccase.h
Fix broken XML
This commit is contained in:
Keith Packard 2004-12-29 09:57:49 +00:00
parent 192296d852
commit 2ba729ed3b
3 changed files with 16 additions and 4 deletions

View File

@ -1,3 +1,11 @@
2004-12-29 Keith Packard <keithp@keithp.com>
* Makefile.am:
Reorder utility programs to make sure fc-case is run before fc-lang
as fc-lang uses fcstr.c which uses fccase.h
* fonts.conf.in:
Fix broken XML
2004-12-29 Keith Packard <keithp@keithp.com>
* fonts.conf.in:

View File

@ -22,7 +22,7 @@
# PERFORMANCE OF THIS SOFTWARE.
DOCSRC=@DOCSRC@
SUBDIRS=fontconfig fc-lang fc-glyphname fc-case src fc-cache fc-list fc-match $(DOCSRC) test
SUBDIRS=fontconfig fc-case fc-lang fc-glyphname src fc-cache fc-list fc-match $(DOCSRC) test
EXTRA_DIST = \
fontconfig.pc.in \

View File

@ -81,6 +81,7 @@
<family>Kochi Mincho</family>
<family>AR PL SungtiL GB</family>
<family>AR PL Mingti2L Big5</family>
<family> 明朝</family>
<family>Baekmuk Batang</family>
<family>FreeSerif</family>
<default><family>serif</family></default>
@ -99,6 +100,7 @@
<family>Kochi Gothic</family>
<family>AR PL KaitiM GB</family>
<family>AR PL KaitiM Big5</family>
<family> ゴシック</family>
<family>Baekmuk Dotum</family>
<family>SimSun</family>
<family>FreeSans</family>
@ -169,15 +171,15 @@
<alias>
<family>Times New Roman</family>
<accept><family>Thorndale AMT</family></accept>
</alias
</alias>
<alias>
<family>Arial</family>
<accept><family>Albany AMT</family></accept>
</alias
</alias>
<alias>
<family>Courier New</family>
<accept><family>Cumberland AMT</family></accept>
</alias
</alias>
<!--
Some Asian fonts misadvertise themselves as monospaced when
@ -275,6 +277,7 @@
<family>Kochi Mincho</family>
<family>AR PL SungtiL GB</family>
<family>AR PL Mingti2L Big5</family>
<family> 明朝</family>
<family>Baekmuk Batang</family>
<family>FreeSerif</family>
</prefer>
@ -293,6 +296,7 @@
<family>Kochi Gothic</family>
<family>AR PL KaitiM GB</family>
<family>AR PL KaitiM Big5</family>
<family> ゴシック</family>
<family>Baekmuk Dotum</family>
<family>SimSun</family>
<family>FreeSans</family>