2015-06-23 14:56:50 +02:00
|
|
|
---
|
|
|
|
man/custom-man.xsl | 3 +++
|
|
|
|
1 file changed, 3 insertions(+)
|
|
|
|
|
|
|
|
Index: systemd-221/man/custom-man.xsl
|
|
|
|
===================================================================
|
|
|
|
--- systemd-221.orig/man/custom-man.xsl
|
|
|
|
+++ systemd-221/man/custom-man.xsl
|
2013-10-21 11:29:30 +02:00
|
|
|
@@ -61,4 +61,7 @@
|
|
|
|
<xsl:text>"</xsl:text>
|
|
|
|
</xsl:template>
|
|
|
|
|
|
|
|
+<xsl:param name="man.output.in.separate.dir" select="1"></xsl:param>
|
|
|
|
+<xsl:param name="man.output.base.dir"></xsl:param>
|
|
|
|
+
|
|
|
|
</xsl:stylesheet>
|