summaryrefslogtreecommitdiff
path: root/doc/handbook/html.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'doc/handbook/html.xsl')
-rw-r--r--doc/handbook/html.xsl19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/handbook/html.xsl b/doc/handbook/html.xsl
new file mode 100644
index 0000000..955b3d0
--- /dev/null
+++ b/doc/handbook/html.xsl
@@ -0,0 +1,19 @@
+<?xml version='1.0'?>
+
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+
+<xsl:import href="/usr/share/xml/docbook/xsl/html/docbook.xsl"/>
+
+<xsl:param name="html.stylesheet" select="'handbook.css'"/>
+<xsl:param name="admon.graphics" select="1"/>
+<xsl:param name="chapter.autolabel" select="1"/>
+<xsl:param name="section.autolabel" select="1"/>
+<xsl:param name="section.label.includes.component.label" select="2"/>
+<xsl:param name="generate.toc">book toc,title</xsl:param>
+<xsl:template match="filename|literal">
+ <span class="{name(.)}">
+ <xsl:call-template name="inline.monoseq"/>
+ </span>
+</xsl:template>
+
+</xsl:stylesheet>

Generated by cgit