diff options
author | Richard Hughes <richard@hughsie.com> | 2006-07-28 23:25:24 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2006-07-28 23:25:24 +0100 |
commit | 06c47b598832fc81bed4ff483c5791984de8f365 (patch) | |
tree | e64ead3e2c5dc7a7ee69daaec8445339b219d1f1 /fdi | |
parent | 1ea5ee02440495efd754a327b7f4aefd3078c1bf (diff) |
add spawn to dtd so make distcheck works
Add spawn to the DTD so that we validate the fdi files and can thus do make distcheck
Diffstat (limited to 'fdi')
-rw-r--r-- | fdi/fdi.dtd | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/fdi/fdi.dtd b/fdi/fdi.dtd index 5484ccb9..bb3e3e18 100644 --- a/fdi/fdi.dtd +++ b/fdi/fdi.dtd @@ -9,7 +9,7 @@ <!ELEMENT device (match|merge)* > -<!ELEMENT match (match|merge|prepend|append|remove)* > +<!ELEMENT match (match|merge|prepend|append|remove|spawn)* > <!ATTLIST match key CDATA #REQUIRED string CDATA #IMPLIED @@ -50,3 +50,8 @@ key CDATA #REQUIRED type (strlist) #REQUIRED > + +<!ELEMENT spawn (#PCDATA) > +<!ATTLIST spawn + udi CDATA #REQUIRED +> |