mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:26:30 -04:00
Show step titles in the pg_upgrade man page
The upstream XSLT stylesheets missed that case. found by Álvaro Herrera
This commit is contained in:
parent
65558995a2
commit
d6ce58c010
1 changed files with 7 additions and 0 deletions
|
|
@ -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…
Reference in a new issue