aboutsummaryrefslogtreecommitdiffstats
path: root/manual/html.xsl.in
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-12 21:59:37 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-13 17:20:14 +0100
commited6fe01238701ec1e7846058f553eb390335a68f (patch)
tree7bea5c1201af976792c5c6a71fb0eed80a7fe377 /manual/html.xsl.in
parent39779dd3c8e6fe12b32e44b70d595aea5fe941ea (diff)
downloadqpdf-ed6fe01238701ec1e7846058f553eb390335a68f.tar.zst
Remove docbook manual and associated files
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>