instruct debiandoc to build files with utf-8 encoding
authorDavid Kalnischkies <kalnischkies@gmail.com>
Fri, 1 Jan 2010 20:00:54 +0000 (21:00 +0100)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Fri, 1 Jan 2010 20:00:54 +0000 (21:00 +0100)
buildlib/po4a_manpage.mak
debian/changelog
doc/makefile

index dfa215d..6eec9d0 100644 (file)
@@ -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)
index 67b9283..3b0bf6c 100644 (file)
@@ -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
 
index 6fb604e..6e61864 100644 (file)
@@ -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