mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +03:00
docs: Fix standalone INSTALL, broken in 06c70849fb
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
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user