8000 docs: Fix standalone INSTALL, broken in 06c70849fb2 · postgres/postgres@a268a51 · GitHub
[go: up one dir, main page]

Skip to content {"props":{"docsUrl":"https://docs.github.com/get-started/accessibility/keyboard-shortcuts"}}

Commit a268a51

Browse files
committed
docs: Fix standalone INSTALL, broken in 06c7084
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
1 parent 8127e6e commit a268a51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/src/sgml/standalone-profile.xsl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,8 @@ variant without links and references to the main documentation.
9090
<xsl:text>xml2</xsl:text>
9191
</xsl:template>
9292

93+
<xsl:template match="xref[@linkend='sepgsql']">
94+
<xsl:text>sepgsql</xsl:text>
95+
</xsl:template>
96+
9397
</xsl:stylesheet>

0 commit comments

Comments
 (0)
0