hal/fdi/90defaultpolicy Makefile.am,1.2,1.3

David Zeuthen david at freedesktop.org
Mon Dec 12 08:10:00 PST 2005


Update of /cvs/hal/hal/fdi/90defaultpolicy
In directory gabe:/tmp/cvs-serv16750/fdi/90defaultpolicy

Modified Files:
	Makefile.am 
Log Message:
2005-12-12  David Zeuthen  <david at fubar.dk>

        Patch from Artem Kachitchkine <Artem.Kachitchkin at Sun.COM>.

        * fdi/fdi.dtd: I tried to validate fdi files using fdi.dtd and got
        a whole lot of errors. Looks like DTD is out of date. This patch
        updates the DTD and adds fdi validation to 'make check'. I'm not
        an XML expert, please review carefully.

        * fdi/preprobe/10osvendor/Makefile.am,
        fdi/policy/10osvendor/Makefile.am,
        fdi/information/10freedesktop/Makefile.am: Add xmllint to the
        check target



Index: Makefile.am
===================================================================
RCS file: /cvs/hal/hal/fdi/90defaultpolicy/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am	10 Feb 2005 17:03:57 -0000	1.2
+++ Makefile.am	12 Dec 2005 16:09:58 -0000	1.3
@@ -3,3 +3,7 @@
 
 dist_fdi90defaultpolicy_DATA = storage-policy.fdi power-mgmt-policy.fdi
 
+check:
+	xmllint --noout --dtdvalid $(top_srcdir)/fdi/fdi.dtd $(dist_fdi90defaultpolicy_DATA)
+
+




More information about the hal-commit mailing list