blob: 1dfe366ce58c9e2b8ca47253d474dcd30dc1b653 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Because xmlto-0.0.22 adds --noent to xmllint options, it's more strict,
and doesn't validate anymore. This is a temp. solution until upstream
gets their documentation fixed.
http://bugs.gentoo.org/show_bug.cgi?id=271678
diff -ur ConsoleKit-0.3.0.orig/doc/dbus/Makefile.am ConsoleKit-0.3.0/doc/dbus/Makefile.am
--- ConsoleKit-0.3.0.orig/doc/dbus/Makefile.am 2008-07-31 00:35:51.000000000 +0300
+++ ConsoleKit-0.3.0/doc/dbus/Makefile.am 2009-06-09 22:30:57.000000000 +0300
@@ -16,7 +16,7 @@
htmldoc_DATA = ConsoleKit.html
ConsoleKit.html : $(SPEC_XML_FILES)
- $(XMLTO) xhtml-nochunks -m $(top_srcdir)/doc/dbus/config.xsl ConsoleKit.xml
+ $(XMLTO) --skip-validation xhtml-nochunks -m $(top_srcdir)/doc/dbus/config.xsl ConsoleKit.xml
endif # DOCBOOK_DOCS_ENABLED
|