Skip to content

Commit 45aa88f

Browse files
committed
Fix generation of ./INSTALL for the distribution tarball
"make dist", in charge of creating a distribution tarball, failed when attempting to generate ./INSTALL as a new reference added to guc-default-toast-compression on the documentation for the installation details was not getting translated properly to plain text. Like all the other link references on this page, this adds a new entry to standalone-profile.xsl to allow the generation of ./INSTALL to finish properly. Oversight in 02a93e7, per buildfarm member guaibasaurus.
1 parent c2dc193 commit 45aa88f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/src/sgml/standalone-profile.xsl

+4
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ variant without links and references to the main documentation.
4848
<xsl:text>the documentation</xsl:text>
4949
</xsl:template>
5050

51+
<xsl:template match="xref[@linkend='guc-default-toast-compression']">
52+
<xsl:text>the configuration parameter default_toast_compression</xsl:text>
53+
</xsl:template>
54+
5155
<xsl:template match="xref[@linkend='install-windows']">
5256
<xsl:text>the documentation</xsl:text>
5357
</xsl:template>

0 commit comments

Comments
 (0)