Skip to content

Commit

Permalink
Fix generation of distribution tarball
Browse files Browse the repository at this point in the history
1301c80 has introduced in installation.sgml a link reference that
`make dist` was not able to understand.

Per buildfarm member guaibasaurus.
  • Loading branch information
michaelpq committed Dec 20, 2023
1 parent 766571b commit 00498b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/src/sgml/standalone-profile.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ variant without links and references to the main documentation.
<xsl:text>the documentation</xsl:text>
</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:text>the configuration parameter default_toast_compression</xsl:text>
</xsl:template>
Expand Down

0 comments on commit 00498b7

Please sign in to comment.