gnome-doc-utils/gnome-doc-utils-permissive.patch

18 lines
835 B
Diff

This patch is an ugly hack and should be removed ASAP.
Many GNOME docs fail without it, it causes failing packages and it
causes failing rebuild of other packages.
================================================================================
--- xslt/docbook/omf/db2omf.xsl
+++ xslt/docbook/omf/db2omf.xsl
@@ -237,7 +237,7 @@
$info/publisher[@role='maintainer'] |
$info/authorgroup/*[@role='maintainer'] "/>
<xsl:if test="not($maintainers)">
- <xsl:message terminate="yes">
+ <xsl:message>
<xsl:text>db2omf: Could not construct the OMF maintainer element.&#x000A;</xsl:text>
<xsl:text> Add an author, corpauthor, editor, othercredit, or publisher&#x000A;</xsl:text>
<xsl:text> element with the role attribute set to "maintainer" to </xsl:text>