summaryrefslogtreecommitdiff
path: root/doc/manual/docbook-htmlhelp-formatcfg.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/docbook-htmlhelp-formatcfg.xsl')
-rw-r--r--doc/manual/docbook-htmlhelp-formatcfg.xsl9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/manual/docbook-htmlhelp-formatcfg.xsl b/doc/manual/docbook-htmlhelp-formatcfg.xsl
new file mode 100644
index 00000000..6d198896
--- /dev/null
+++ b/doc/manual/docbook-htmlhelp-formatcfg.xsl
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+
+<xsl:import href="$DOCBOOKPATH/htmlhelp/htmlhelp.xsl"/>
+<xsl:import href="$CFGPATH/common-formatcfg.xsl"/>
+
+<xsl:include href="$TARGETPATH/titlepage-htmlhelp.xsl"/>
+
+</xsl:stylesheet>