Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 00498b7

Browse files
committed
Fix generation of distribution tarball
1301c80 has introduced in installation.sgml a link reference that `make dist` was not able to understand. Per buildfarm member guaibasaurus.
1 parent 766571b commit 00498b7

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
@@ -52,6 +52,10 @@ variant without links and references to the main documentation.
5252
<xsl:text>the documentation</xsl:text>
5353
</xsl:template>
5454

55+
<xsl:template match="xref[@linkend='install-meson']">
56+
<xsl:text>the documentation</xsl:text>
57+
</xsl:template>
58+
5559
<xsl:template match="xref[@linkend='guc-default-toast-compression']">
5660
<xsl:text>the configuration parameter default_toast_compression</xsl:text>
5761
</xsl:template>

0 commit comments

Comments
 (0)