diff options
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> |