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.
This commit is contained in:
Michael Paquier 2021-05-10 14:34:07 +09:00
parent c2dc19342e
commit 45aa88fe1d
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@ variant without links and references to the main documentation.
<xsl:text>the documentation</xsl:text>
</xsl:template>
<xsl:template match="xref[@linkend='guc-default-toast-compression']">
<xsl:text>the configuration parameter default_toast_compression</xsl:text>
</xsl:template>
<xsl:template match="xref[@linkend='install-windows']">
<xsl:text>the documentation</xsl:text>
</xsl:template>