doc PG relnotes: remove warning about commit links in PDF build

Make paragraph empty instead of removing it.

Discussion: https://postgr.es/m/2029579.1726779139@sss.pgh.pa.us

Backpatch-through: 12
REL_14_STABLE
Bruce Momjian 12 months ago
parent 6c5d9b3f53
commit 6aed7c49ce
  1. 8
      doc/src/sgml/stylesheet-fo.xsl

@ -18,11 +18,11 @@
<!-- <!--
Suppress the description of the commit link markers in print mode. Suppress the description of the commit link markers in print mode.
Caues an "Unresolved ID reference found" warning during PDF builds Use "node()" to keep the paragraph but remove all content; prevents
because the paragraph is suppressed in the output. an "Unresolved ID reference found" warning during PDF builds.
--> -->
<xsl:template match="appendix[@id='release']//para[@id='release-commit-links']"> <xsl:template match="appendix[@id='release']//para[@id='release-commit-links']//node()">
<!-- Output nothing for this para --> <!-- Output an empty para -->
</xsl:template> </xsl:template>
<xsl:param name="use.extensions" select="1"></xsl:param> <xsl:param name="use.extensions" select="1"></xsl:param>

Loading…
Cancel
Save