summaryrefslogtreecommitdiff
path: root/doc/manpage-style.xsl
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2009-09-09 18:33:09 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2009-09-09 18:33:09 +0200
commitbcf91c1bf65a69f67f723f6428e2fc57e0366f17 (patch)
tree61b992dd19041a684daf1e822e77522404fe614d /doc/manpage-style.xsl
parent388b9071a956d0a5fbf6ffa4fdef8c3bb1f755cd (diff)
use only one xsl file (and therefore utf-8) for all languages
Diffstat (limited to 'doc/manpage-style.xsl')
-rw-r--r--doc/manpage-style.xsl9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/manpage-style.xsl b/doc/manpage-style.xsl
new file mode 100644
index 000000000..f1024c4f4
--- /dev/null
+++ b/doc/manpage-style.xsl
@@ -0,0 +1,9 @@
+<xsl:stylesheet
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
+
+<xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl" />
+
+<xsl:param name="man.output.encoding" select="'UTF-8'" />
+
+</xsl:stylesheet>