diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-03-28 19:24:48 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-03-28 19:24:48 +0200 |
commit | 4f00fb2f265f5230c7d138b52854c0886092c0ab (patch) | |
tree | ad11f6890d62d7292ba79c9471b4ed9feefd1fed /doc/ja/style.ja.xsl | |
parent | 7e5f33eb8a0f224b938f17236f684ba5cadb9c7f (diff) | |
parent | ad97ee36860c237427dc38ac8ef7f537ac275d77 (diff) |
* merged from main
Diffstat (limited to 'doc/ja/style.ja.xsl')
-rw-r--r-- | doc/ja/style.ja.xsl | 9 |
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 |