summaryrefslogtreecommitdiff
path: root/fonts.dtd
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2002-05-21 17:08:42 +0000
committerKeith Packard <keithp@keithp.com>2002-05-21 17:08:42 +0000
commitfb9545b1ba81604405f730de8c39f40b3fdc13bd (patch)
treecfe04d799588e02132042e02bc5446f5562fe88d /fonts.dtd
parent179c39959cc9c19004f8ca948623590e404c8c46 (diff)
downloadfontconfig-fb9545b1ba81604405f730de8c39f40b3fdc13bd.tar.gz
Fix xmkmf build process for fontconfig
Diffstat (limited to 'fonts.dtd')
-rw-r--r--fonts.dtd13
1 files changed, 10 insertions, 3 deletions
diff --git a/fonts.dtd b/fonts.dtd
index a3c987b..1e0e34c 100644
--- a/fonts.dtd
+++ b/fonts.dtd
@@ -39,7 +39,7 @@
<!--
Global library configuration data
-->
-<!ELEMENT config (blanks)*>
+<!ELEMENT config (blanks|rescan)*>
<!--
Specify the set of Unicode encoding values which
@@ -74,7 +74,14 @@
</edit>
</match>
-->
-<!ELEMENT alias (family, prefer?, accept?, default?)>
+<!--
+ Periodically rescan the font configuration and
+ directories to synch internal state with filesystem
+ -->
+<!ELEMENT rescan (int)>
+
+
+<!ELEMENT alias (family*, prefer?, accept?, default?)>
<!ELEMENT prefer (family)*>
<!ELEMENT accept (family)*>
<!ELEMENT default (family)*>
@@ -103,7 +110,7 @@
if 'qual' is 'any', then the match succeeds if any value in the field matches.
if 'qual' is 'all', then the match succeeds only if all values match.
-->
-<!ELEMENT test (%expr;)>
+<!ELEMENT test (%expr;)*>
<!ATTLIST test
qual (any|all) "any"
name CDATA #REQUIRED