mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
Fix generation of distribution tarball
1301c80b21
has introduced in installation.sgml a link reference that
`make dist` was not able to understand.
Per buildfarm member guaibasaurus.
This commit is contained in:
@ -52,6 +52,10 @@ variant without links and references to the main documentation.
|
|||||||
<xsl:text>the documentation</xsl:text>
|
<xsl:text>the documentation</xsl:text>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
<xsl:template match="xref[@linkend='install-meson']">
|
||||||
|
<xsl:text>the documentation</xsl:text>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="xref[@linkend='guc-default-toast-compression']">
|
<xsl:template match="xref[@linkend='guc-default-toast-compression']">
|
||||||
<xsl:text>the configuration parameter default_toast_compression</xsl:text>
|
<xsl:text>the configuration parameter default_toast_compression</xsl:text>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
Reference in New Issue
Block a user