summaryrefslogtreecommitdiff
path: root/doc/ja/style.ja.xsl
diff options
context:
space:
mode:
authorChristian Perrier <bubulle@debian.org>2006-02-19 17:42:12 +0000
committerChristian Perrier <bubulle@debian.org>2006-02-19 17:42:12 +0000
commit5d909e1fc20773b48f04a3f20510f0206be0981f (patch)
tree273bd13c3d7efa1db2a13af11f7f7cf89dbba8da /doc/ja/style.ja.xsl
parent03c5fc0c2df1e67a4dedd4ef6a778a9ea6b46629 (diff)
Japanese manpages translation update
Diffstat (limited to 'doc/ja/style.ja.xsl')
-rw-r--r--doc/ja/style.ja.xsl9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ja/style.ja.xsl b/doc/ja/style.ja.xsl
new file mode 100644
index 000000000..4af2d74cf
--- /dev/null
+++ b/doc/ja/style.ja.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="chunker.output.encoding" select="'EUC-JP'" />
+
+</xsl:stylesheet> \ No newline at end of file