diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-09-23 17:11:41 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-09-23 17:11:41 +0200 |
commit | f7d6459db697c6dbba8e5d787a817e7721bfb577 (patch) | |
tree | df35974a4902758ad2e9e03720a463bc13bdefb4 /doc/manpage-style.xsl | |
parent | 73b1d4847befc0d3042b6689484e0f74667aba6e (diff) | |
parent | a874991b8549397fb26c47bbf229854556a3fb60 (diff) |
merged from david, many thanks
Diffstat (limited to 'doc/manpage-style.xsl')
-rw-r--r-- | doc/manpage-style.xsl | 9 |
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> |