diff options
author | William Jon McCann <jmccann@redhat.com> | 2009-07-16 17:15:14 -0400 |
---|---|---|
committer | William Jon McCann <jmccann@redhat.com> | 2009-07-16 17:15:14 -0400 |
commit | cbfd9578d73f93e47b282bdf4e298067c4a9bf79 (patch) | |
tree | 170a27b8b714760b5841d16a79f2ca572301c236 /doc/dbus/Makefile.am | |
parent | 25145f35ab527a2219604e1710eb65e2178f6978 (diff) |
fix a bunch of xml validation errors
https://bugs.freedesktop.org/show_bug.cgi?id=20232
Diffstat (limited to 'doc/dbus/Makefile.am')
-rw-r--r-- | doc/dbus/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/dbus/Makefile.am b/doc/dbus/Makefile.am index d8bb0ee..4f8f3e7 100644 --- a/doc/dbus/Makefile.am +++ b/doc/dbus/Makefile.am @@ -16,7 +16,7 @@ htmldocdir = $(docdir)/spec htmldoc_DATA = ConsoleKit.html ConsoleKit.html : $(SPEC_XML_FILES) - $(XMLTO) xhtml-nochunks -m $(top_srcdir)/doc/dbus/config.xsl ConsoleKit.xml + $(XMLTO) $(XMLTO_FLAGS) xhtml-nochunks -m $(top_srcdir)/doc/dbus/config.xsl ConsoleKit.xml endif # DOCBOOK_DOCS_ENABLED @@ -44,3 +44,6 @@ MAINTAINERCLEANFILES = \ clean-local: rm -f *~ *.ref.xml rm -f ConsoleKit.html + +check-local: + xmllint --noout --noent --valid ConsoleKit.xml |