projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
766571b
)
Fix generation of distribution tarball
author
Michael Paquier
<
[email protected]
>
Wed, 20 Dec 2023 06:07:55 +0000
(15:07 +0900)
committer
Michael Paquier
<
[email protected]
>
Wed, 20 Dec 2023 06:07:55 +0000
(15:07 +0900)
1301c80b2167
has introduced in installation.sgml a link reference that
`make dist` was not able to understand.
Per buildfarm member guaibasaurus.
doc/src/sgml/standalone-profile.xsl
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/standalone-profile.xsl
b/doc/src/sgml/standalone-profile.xsl
index 82ff5c7ea15494a865a29ec93aa6ba1b3aca5247..a2d78bc10dee3f0f2bb0622c4439c86cadf51b89 100644
(file)
--- a/
doc/src/sgml/standalone-profile.xsl
+++ b/
doc/src/sgml/standalone-profile.xsl
@@
-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>