doc PG relnotes: rename commit link paragraph for clarity
authorBruce Momjian <[email protected]>
Thu, 19 Sep 2024 13:47:22 +0000 (09:47 -0400)
committerBruce Momjian <[email protected]>
Thu, 19 Sep 2024 13:47:22 +0000 (09:47 -0400)
FYI, during PDF builds, this link type generates a "Unresolved ID
reference found" warning because it is suppressed from the PDF output.

Backpatch-through: 12

doc/src/sgml/release.sgml
doc/src/sgml/stylesheet-fo.xsl

index b9103ab7f08bb8be59a0fd6dd25e0e5f980eb1cb..82a6b82ad2e3f19a0e9299c9b62e331db8bfdeff 100644 (file)
@@ -69,7 +69,7 @@ For new features, add links to the documentation sections.
    review, so each item is truly a community effort.
   </para>
 
-  <para id="release-no-print-output">
+  <para id="release-commit-links">
    Section markers (&sect;) in the release notes link to <ulink
    url="https://git.postgresql.org/gitweb/?p=postgresql.git"><application>gitweb</application></ulink>
    pages which show the primary <application>git</application> commit
index 9378ba350c29aa23be7ff35e5560e5226a41a693..76d4048f84390820cbb631e395a53bfbf533fe0e 100644 (file)
@@ -17,7 +17,7 @@
 </xsl:template>
 
 <!-- Also suppress the description of the section markers in print mode -->
-<xsl:template match="appendix[@id='release']//para[@id='release-no-print-output']">
+<xsl:template match="appendix[@id='release']//para[@id='release-commit-links']">
   <!-- Output nothing for this para -->
 </xsl:template>