aboutsummaryrefslogtreecommitdiffstats
path: root/manual/common.xsl
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/common.xsl
parent39779dd3c8e6fe12b32e44b70d595aea5fe941ea (diff)
downloadqpdf-ed6fe01238701ec1e7846058f553eb390335a68f.tar.zst
Remove docbook manual and associated files
Diffstat (limited to 'manual/common.xsl')
-rw-r--r--manual/common.xsl9
1 files changed, 0 insertions, 9 deletions
diff --git a/manual/common.xsl b/manual/common.xsl
deleted file mode 100644
index e564bfd8..00000000
--- a/manual/common.xsl
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- version="1.0">
- <xsl:param name="variablelist.as.blocks" select="1"/>
- <xsl:param name="body.start.indent">0pt</xsl:param>
- <xsl:param name="xref.with.number.and.title" select="'yes'"/>
- <xsl:param name="section.autolabel" select="1"/>
- <xsl:param name="section.label.includes.component.label" select="1"/>
-</xsl:stylesheet>