summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Freund2023-11-17 21:35:17 +0000
committerAndres Freund2023-11-17 21:54:30 +0000
commita268a51de692c462e641a58ac842bbb0ac1e43ea (patch)
tree12003966f9f8657644eae76fe7964780d5247292
parent8127e6e8ada675f5212e8ffac8cfb9ebaa0fe845 (diff)
docs: Fix standalone INSTALL, broken in 06c70849fb2
We should probably check that INSTALL can be generated in CI. Reported-by: Tom Lane <[email protected]> Discussion: https://postgr.es/m/[email protected]
-rw-r--r--doc/src/sgml/standalone-profile.xsl4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/sgml/standalone-profile.xsl b/doc/src/sgml/standalone-profile.xsl
index 1b3938a638..077d300ebf 100644
--- 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>