projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8127e6e
)
docs: Fix standalone INSTALL, broken in 06c70849fb2
author
Andres Freund
<
[email protected]
>
Fri, 17 Nov 2023 21:35:17 +0000
(13:35 -0800)
committer
Andres Freund
<
[email protected]
>
Fri, 17 Nov 2023 21:54:30 +0000
(13:54 -0800)
We should probably check that INSTALL can be generated in CI.
Reported-by: Tom Lane <
[email protected]
>
Discussion: https://postgr.es/m/795075.
1700254192
@sss.pgh.pa.us
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 1b3938a638d67bf3cec3aadb8ecbe1c3927c9e5b..077d300ebf4f20a438946b883b0c29c0993548d8 100644
(file)
--- a/
doc/src/sgml/standalone-profile.xsl
+++ b/
doc/src/sgml/standalone-profile.xsl
@@
-90,4
+90,8
@@
variant without links and references to the main documentation.
<xsl:text>xml2</xsl:text>
</xsl:template>
+<xsl:template match="xref[@linkend='sepgsql']">
+ <xsl:text>sepgsql</xsl:text>
+</xsl:template>
+
</xsl:stylesheet>