diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-01-01 21:00:54 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-01-01 21:00:54 +0100 |
commit | 699ec9460d846c6cd749882f3fc3e69a7ecaf14b (patch) | |
tree | 20fee17c61d1caa7962438994b8e618bbc4653e0 /doc | |
parent | 24b9038634f87cede3f1d58b223282f7f7a6e3cd (diff) |
instruct debiandoc to build files with utf-8 encoding
Diffstat (limited to 'doc')
-rw-r--r-- | doc/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |