aboutsummaryrefslogtreecommitdiffstats
path: root/doc/template/gloss-permalinks.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'doc/template/gloss-permalinks.xsl')
-rw-r--r--doc/template/gloss-permalinks.xsl14
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/template/gloss-permalinks.xsl b/doc/template/gloss-permalinks.xsl
deleted file mode 100644
index 6bf58116f..000000000
--- a/doc/template/gloss-permalinks.xsl
+++ /dev/null
@@ -1,14 +0,0 @@
-<xsl:stylesheet version="1.0"
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:d="http://docbook.org/ns/docbook"
- xmlns="http://www.w3.org/1999/xhtml">
-
- <xsl:template match="glossentry/glossterm">
- <xsl:apply-imports/>
- <xsl:if test="$generate.permalink != 0">
- <xsl:call-template name="permalink">
- <xsl:with-param name="node" select=".."/>
- </xsl:call-template>
- </xsl:if>
- </xsl:template>
-</xsl:stylesheet>