summaryrefslogtreecommitdiffstats
path: root/doc/dbus/Makefile.am
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2009-07-16 17:15:14 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2009-07-16 17:15:14 -0400
commitcbfd9578d73f93e47b282bdf4e298067c4a9bf79 (patch)
tree170a27b8b714760b5841d16a79f2ca572301c236 /doc/dbus/Makefile.am
parent25145f35ab527a2219604e1710eb65e2178f6978 (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.am5
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