summaryrefslogtreecommitdiff
path: root/doc/config.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'doc/config.xsl')
-rw-r--r--doc/config.xsl6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/config.xsl b/doc/config.xsl
new file mode 100644
index 0000000..7aa9def
--- /dev/null
+++ b/doc/config.xsl
@@ -0,0 +1,6 @@
+<?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:param name="html.stylesheet" select="'docbook.css'"/>
+</xsl:stylesheet>