File asciidoc-fix-manpage-references.diff of Package asciidoc
--- docbook-xsl/manpage.xsl | 3 +++ 1 file changed, 3 insertions(+) --- a/docbook-xsl/manpage.xsl +++ b/docbook-xsl/manpage.xsl @@ -21,6 +21,9 @@ </xsl:template> <!-- Don't automatically generate the REFERENCES section --> +<xsl:template name="endnotes.list"> +</xsl:template> +<!-- Next entry for backward compatibility with old docbook-xsl versions --> <xsl:template name="format.links.list"> </xsl:template>