Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit45aa88f

Browse files
committed
Fix generation of ./INSTALL for the distribution tarball
"make dist", in charge of creating a distribution tarball, failed whenattempting to generate ./INSTALL as a new reference added toguc-default-toast-compression on the documentation for the installationdetails was not getting translated properly to plain text. Like all theother link references on this page, this adds a new entry tostandalone-profile.xsl to allow the generation of ./INSTALL to finishproperly.Oversight in02a93e7, per buildfarm member guaibasaurus.
1 parentc2dc193 commit45aa88f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎doc/src/sgml/standalone-profile.xsl

Lines changed: 4 additions & 0 deletions
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:templatematch="xref[@linkend='guc-default-toast-compression']">
52+
<xsl:text>the configuration parameter default_toast_compression</xsl:text>
53+
</xsl:template>
54+
5155
<xsl:templatematch="xref[@linkend='install-windows']">
5256
<xsl:text>the documentation</xsl:text>
5357
</xsl:template>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp