]> granicus.if.org Git - postgresql/commitdiff
doc: Work around stylesheet bug for man build
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 17 Aug 2014 13:10:28 +0000 (09:10 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 17 Aug 2014 13:14:32 +0000 (09:14 -0400)
The upstream stylesheets for man output insert a *roff comment for an
occurrence of an indexterm, for reasons that have apparently been lost
in history.  This, however, is done incorrectly and causes some
formatting problems.  This hasn't been an issue until now, but the
reorganization of indexterm elements inside variablelists has triggered
this issue.

The upstream fix (http://sourceforge.net/p/docbook/bugs/1340/) is to
drop indexterms altogether in man output, and so we'll do the same here.

doc/src/sgml/stylesheet-man.xsl

index 66d6733899a3a04b7bd8dee3ecb7fb9e06e0a1f4..1feb4f5ec0677322ba5c6f09900d2e787e85941c 100644 (file)
   </xsl:template>
 
 
+  <!-- http://sourceforge.net/p/docbook/bugs/1340/ -->
+  <xsl:template match="indexterm"/>
+
+
 <!-- Gentext customization -->
 
 <!-- see http://www.sagehill.net/docbookxsl/CustomGentext.html -->