aboutsummaryrefslogtreecommitdiffstats
path: root/manual/html.xsl.in
diff options
context:
space:
mode:
Diffstat (limited to 'manual/html.xsl.in')
-rw-r--r--manual/html.xsl.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/manual/html.xsl.in b/manual/html.xsl.in
new file mode 100644
index 00000000..e96f0583
--- /dev/null
+++ b/manual/html.xsl.in
@@ -0,0 +1,8 @@
+<?xml version='1.0'?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ xmlns:fo="http://www.w3.org/1999/XSL/Format"
+ version="1.0">
+ <xsl:import href="@DOCBOOK_XHTML@"/>
+ <xsl:import href="common.xsl"/>
+ <xsl:param name="html.stylesheet">stylesheet.css</xsl:param>
+</xsl:stylesheet>