diff options
author | Andres Freund <andres@anarazel.de> | 2023-11-17 13:35:17 -0800 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2023-11-17 13:54:30 -0800 |
commit | a268a51de692c462e641a58ac842bbb0ac1e43ea (patch) | |
tree | 12003966f9f8657644eae76fe7964780d5247292 /doc/src | |
parent | 8127e6e8ada675f5212e8ffac8cfb9ebaa0fe845 (diff) | |
download | postgresql-a268a51de692c462e641a58ac842bbb0ac1e43ea.tar.gz postgresql-a268a51de692c462e641a58ac842bbb0ac1e43ea.zip |
docs: Fix standalone INSTALL, broken in 06c70849fb2
We should probably check that INSTALL can be generated in CI.
Reported-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/795075.1700254192@sss.pgh.pa.us
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/standalone-profile.xsl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/sgml/standalone-profile.xsl b/doc/src/sgml/standalone-profile.xsl index 1b3938a638d..077d300ebf4 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> |