Show step titles in the pg_upgrade man page

The upstream XSLT stylesheets missed that case.

found by Álvaro Herrera
pull/3/head
Peter Eisentraut 13 years ago
parent 65558995a2
commit d6ce58c010
  1. 7
      doc/src/sgml/stylesheet-man.xsl

@ -173,6 +173,13 @@
</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 -->
<!-- see http://www.sagehill.net/docbookxsl/CustomGentext.html -->

Loading…
Cancel
Save