From 75ece2c9fa9359a697b65f2e1dc2bbd85ae359aa Mon Sep 17 00:00:00 2001
From: "bubulle@debian.org" <>
Date: Mon, 9 Oct 2006 06:58:05 +0200
Subject: Fix encoding of generated Japanese man pages. Closes: #361699
---
doc/ja/style.ja.xsl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'doc')
diff --git a/doc/ja/style.ja.xsl b/doc/ja/style.ja.xsl
index 4af2d74cf..c102f1366 100644
--- a/doc/ja/style.ja.xsl
+++ b/doc/ja/style.ja.xsl
@@ -4,6 +4,6 @@
-
+
-
\ No newline at end of file
+
--
cgit v1.2.3
From b23f91ebeef9bf7730d5d4bd920d5bf24c50910e Mon Sep 17 00:00:00 2001
From: "bubulle@debian.org" <>
Date: Mon, 9 Oct 2006 07:01:40 +0200
Subject: Fix encoding of generated French manpages
---
doc/fr/makefile | 2 +-
doc/fr/style.fr.xsl | 9 +++++++++
2 files changed, 10 insertions(+), 1 deletion(-)
create mode 100644 doc/fr/style.fr.xsl
(limited to 'doc')
diff --git a/doc/fr/makefile b/doc/fr/makefile
index 596de7b09..c650dc03a 100644
--- a/doc/fr/makefile
+++ b/doc/fr/makefile
@@ -7,7 +7,7 @@ include ../../buildlib/defaults.mak
# Do not use XMLTO, build the manpages directly with XSLTPROC
XSLTPROC=/usr/bin/xsltproc
-STYLESHEET=/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl
+STYLESHEET=./style.fr.xsl
# Man pages
diff --git a/doc/fr/style.fr.xsl b/doc/fr/style.fr.xsl
new file mode 100644
index 000000000..11593bb42
--- /dev/null
+++ b/doc/fr/style.fr.xsl
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
--
cgit v1.2.3