summaryrefslogtreecommitdiff
path: root/doc/manual/dvdomatic-html.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/dvdomatic-html.xsl')
-rw-r--r--doc/manual/dvdomatic-html.xsl12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/manual/dvdomatic-html.xsl b/doc/manual/dvdomatic-html.xsl
deleted file mode 100644
index 059d7ead7..000000000
--- a/doc/manual/dvdomatic-html.xsl
+++ /dev/null
@@ -1,12 +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">
-
-<!-- Our CSS -->
-<xsl:param name="html.stylesheet" select="'dvdomatic.css'"/>
-
-<!-- I can't fathom xmlto's logic with image scaling, so I've turned it off -->
-<xsl:param name="ignore.image.scaling" select="1"/>
-
-</xsl:stylesheet>