summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildlib/po4a_manpage.mak2
-rw-r--r--debian/changelog2
-rw-r--r--doc/makefile2
3 files changed, 4 insertions, 2 deletions
diff --git a/buildlib/po4a_manpage.mak b/buildlib/po4a_manpage.mak
index dfa215d29..6eec9d031 100644
--- a/buildlib/po4a_manpage.mak
+++ b/buildlib/po4a_manpage.mak
@@ -57,5 +57,5 @@ endif
# Debian Doc SGML Documents
SOURCE := $(wildcard *.$(LC).sgml)
-DEBIANDOC_HTML_OPTIONS=-l $(LC)
+DEBIANDOC_HTML_OPTIONS=-l $(LC).UTF-8
include $(DEBIANDOC_H)
diff --git a/debian/changelog b/debian/changelog
index 67b9283aa..3b0bf6c10 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,8 @@ apt (0.7.26) UNRELEASED; urgency=low
Patch by Christoph Goehre, thanks! (Closes: #463260)
* cmdline/apt-cache.cc:
- remove translatable marker from the "%4i %s\n" string
+ * buildlib/po4a_manpage.mak:
+ - instruct debiandoc to build files with utf-8 encoding
-- Michael Vogt <mvo@debian.org> Thu, 10 Dec 2009 22:02:38 +0100
diff --git a/doc/makefile b/doc/makefile
index 6fb604e4e..6e6186466 100644
--- a/doc/makefile
+++ b/doc/makefile
@@ -8,7 +8,7 @@ include ../buildlib/defaults.mak
# Debian Doc SGML Documents
SOURCE = $(wildcard *.sgml)
-DEBIANDOC_HTML_OPTIONS=-l en
+DEBIANDOC_HTML_OPTIONS=-l en.UTF-8
include $(DEBIANDOC_H)
# Do not use XMLTO, build the manpages directly with XSLTPROC