summaryrefslogtreecommitdiffstats
path: root/documentation/mega-manual/mega-manual-customization.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/mega-manual/mega-manual-customization.xsl')
-rw-r--r--documentation/mega-manual/mega-manual-customization.xsl8
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/mega-manual/mega-manual-customization.xsl b/documentation/mega-manual/mega-manual-customization.xsl
new file mode 100644
index 0000000000..3be182d6c2
--- /dev/null
+++ b/documentation/mega-manual/mega-manual-customization.xsl
@@ -0,0 +1,8 @@
+<?xml version='1.0'?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0">
+
+ <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" />
+
+ <xsl:param name="generate.toc" select="'chapter toc'"></xsl:param>
+
+</xsl:stylesheet>