Fix encoding of generated Japanese man pages. Closes: #361699
authorbubulle@debian.org <>
Mon, 9 Oct 2006 04:58:05 +0000 (06:58 +0200)
committerbubulle@debian.org <>
Mon, 9 Oct 2006 04:58:05 +0000 (06:58 +0200)
doc/ja/style.ja.xsl

index 4af2d74..c102f13 100644 (file)
@@ -4,6 +4,6 @@
 
 <xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl" />
 
-<xsl:param name="chunker.output.encoding" select="'EUC-JP'" />
+<xsl:param name="man.output.encoding" select="'EUC-JP'" />
 
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>