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, 0 insertions, 8 deletions
diff --git a/manual/html.xsl.in b/manual/html.xsl.in
deleted file mode 100644
index e96f0583..00000000
--- a/manual/html.xsl.in
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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>