summaryrefslogtreecommitdiff
path: root/doc/custom-man.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'doc/custom-man.xsl')
-rw-r--r--doc/custom-man.xsl9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/custom-man.xsl b/doc/custom-man.xsl
deleted file mode 100644
index 4c35e839..00000000
--- a/doc/custom-man.xsl
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ss="http://docbook.sf.net/xmlns/string.subst/1.0" version="1.0">
- <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"/>
- <xsl:param name="vendordir"/>
-
- <xsl:param name="man.string.subst.map.local.pre">
- <ss:substitution oldstring="%vendordir%" newstring="{$vendordir}" />
- </xsl:param>
-</xsl:stylesheet>