diff options
Diffstat (limited to 'manual/html.xsl.in')
-rw-r--r-- | manual/html.xsl.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manual/html.xsl.in b/manual/html.xsl.in new file mode 100644 index 0000000..e96f058 --- /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> |