Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
doc PG relnotes: rename commit link paragraph for clarity
authorBruce Momjian <bruce@momjian.us>
Thu, 19 Sep 2024 13:47:22 +0000 (09:47 -0400)
committerBruce Momjian <bruce@momjian.us>
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 6f8bc7080f2611d5e4bd78530ecb272a3245bd60..142b2998dea0e654e75397aa8b9d4dbf615bb94a 100644 (file)
@@ -71,7 +71,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 4c254a84a18c365814b7732aa1eb029f2c2fc5c6..73f83c27ce93ae385401a516fdfe59c75bd37204 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>