18 lines
835 B
Diff
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.
</xsl:text>
|
|
<xsl:text> Add an author, corpauthor, editor, othercredit, or publisher
</xsl:text>
|
|
<xsl:text> element with the role attribute set to "maintainer" to </xsl:text>
|