summaryrefslogtreecommitdiffstats
path: root/manual/html.xsl.in
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2008-04-29 14:55:25 +0200
committerJay Berkenbilt <ejb@ql.org>2008-04-29 14:55:25 +0200
commit9a0b88bf7777c153dc46ace22db74ef24d51583a (patch)
treef567ac1cf2bf5071a611eb49323a935b6ac938ff /manual/html.xsl.in
downloadqpdf-9a0b88bf7777c153dc46ace22db74ef24d51583a.tar.zst
update release date to actual daterelease-qpdf-2.0
git-svn-id: svn+q:///qpdf/trunk@599 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'manual/html.xsl.in')
-rw-r--r--manual/html.xsl.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/manual/html.xsl.in b/manual/html.xsl.in
new file mode 100644
index 00000000..e96f0583
--- /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>