소스 검색

Fix encoding of generated Japanese man pages. Closes: #361699

bubulle@debian.org 20 년 전
부모
커밋
75ece2c9fa
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      doc/ja/style.ja.xsl

+ 2 - 2
doc/ja/style.ja.xsl

@@ -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>
+</xsl:stylesheet>