Commit d6ce58c0 authored by Peter Eisentraut's avatar Peter Eisentraut

Show step titles in the pg_upgrade man page

The upstream XSLT stylesheets missed that case.

found by Álvaro Herrera
parent 65558995
...@@ -173,6 +173,13 @@ ...@@ -173,6 +173,13 @@
</xsl:template> </xsl:template>
<!-- https://sourceforge.net/tracker/?func=detail&aid=3545150&group_id=21935&atid=373747 -->
<xsl:template match="step/title">
<xsl:apply-templates/>
<xsl:text>: </xsl:text>
</xsl:template>
<!-- Gentext customization --> <!-- Gentext customization -->
<!-- see http://www.sagehill.net/docbookxsl/CustomGentext.html --> <!-- see http://www.sagehill.net/docbookxsl/CustomGentext.html -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment