Bug#391699: This patch is not sufficient
Hi,
> It has been reported that this patch is not sufficient, there will be
> an updated patch shortly from the submitter.
I thought the previous patch was not sufficient too, but actually it
turns out that WAS sufficient. The apt source package includes
manpages generated by XSLT and does not build them in packaging. I
didn't know it and wondered why my change in doc/ja/style.ja.xsl did
not change Japanese manpages after repackaging...
However, since I deleted a space character at the head of a line in
the previously attached patch by mistake, it was malformed. So,
please use a patch reattached here instead. And please regenerate a
Japanese manpage (with DocBook XSL >=1.69.0) after applying it!
Thanks,
-nori
--- doc/ja/style.ja.xsl.orig 2006-03-02 23:28:52.000000000 +0900
+++ doc/ja/style.ja.xsl 2006-10-08 13:10:32.000000000 +0900
@@ -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
Reply to: