diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-22 09:10:23 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-22 09:10:23 +0000 |
commit | 7b4fd7a002023a709e12024a7668d225084beba9 (patch) | |
tree | 2fd39f2b5650797e42b7ff26e46b2537702b65ae /doc/ja/style.ja.xsl | |
parent | 0c1b7be9c1a30fddd72d5b80bb2e566fe379b166 (diff) | |
parent | 65ec6e376bb91fb6cf73d0f59ea8c42514004974 (diff) |
* merged with bubulle
Patches applied:
* bubulle@debian.org--2005/apt--main--0--patch-183
Brazilian Portuguese translation update
* bubulle@debian.org--2005/apt--main--0--patch-184
Italian translation update
* bubulle@debian.org--2005/apt--main--0--patch-185
Japanese manpages translation update
* bubulle@debian.org--2005/apt--main--0--patch-186
Simplified Chinese translation update
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 |