Просмотр исходного кода

instruct debiandoc to build files with utf-8 encoding

David Kalnischkies лет назад: 16
Родитель
Сommit
699ec9460d
3 измененных файлов с 4 добавлено и 2 удалено
  1. 1 1
      buildlib/po4a_manpage.mak
  2. 2 0
      debian/changelog
  3. 1 1
      doc/makefile

+ 1 - 1
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)

+ 2 - 0
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
 

+ 1 - 1
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