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

Commitdea4343

Browse files
committed
Fix generation of distribution tarball
This issue can be reproduced by running `make dist` from the root of thetree. Error introduced infcb21b3, where additions of links ininstallation.sgml require custom rules in standalone-profile.xsl to makesure that ./INSTALL is generated correctly for the distribution tarball,where links are replaced by equivalent terms from the profile filechanged by this commit.Per buildfarm member guaibasaurus.Discussion:https://postgr.es/m/ZD859FmcMRCNtz0W@paquier.xyz
1 parent3f58a4e commitdea4343

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ variant without links and references to the main documentation.
4040
<xsl:text>the documentation about client authentication and libpq</xsl:text>
4141
</xsl:template>
4242

43+
<xsl:templatematch="xref[@linkend='collation']">
44+
<xsl:text>the documentation</xsl:text>
45+
</xsl:template>
46+
4347
<xsl:templatematch="xref[@linkend='docguide-toolsets']">
4448
<xsl:text>the main documentation's appendix on documentation</xsl:text>
4549
</xsl:template>
@@ -60,6 +64,10 @@ variant without links and references to the main documentation.
6064
<xsl:text>the documentation</xsl:text>
6165
</xsl:template>
6266

67+
<xsl:templatematch="xref[@linkend='locale-providers']">
68+
<xsl:text>the documentation</xsl:text>
69+
</xsl:template>
70+
6371
<xsl:templatematch="xref[@linkend='plpython-python23']">
6472
<xsl:text>the </xsl:text><application>PL/Python</application><xsl:text> documentation</xsl:text>
6573
</xsl:template>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp