Include cachedir in fonts.dtd.

Fonts.dtd <fontconfig> element was missing the new cachedir element.
This commit is contained in:
Keith Packard 2006-09-09 21:29:08 -07:00
parent 9419bb34f6
commit d08feb851a
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
<!-- This is the Document Type Definition for font configuration files -->
<!ELEMENT fontconfig (dir |
cache |
cachedir |
include |
config |
selectfont |
@ -106,12 +107,12 @@
<!ELEMENT pattern (patelt)*>
<!ELEMENT patelt (constant)*>
<!ENTITY % constant 'int|double|string|matrix|bool|charset|const'>
<!ELEMENT patelt (%constant;)*>
<!ATTLIST patelt
name CDATA #REQUIRED>
<!ELEMENT constant (int|double|string|matrix|bool|charset|const)>
<!ELEMENT alias (family*, prefer?, accept?, default?)>
<!ELEMENT prefer (family)*>
<!ELEMENT accept (family)*>