Fix the building of user-manual.texi and gitman.texi documents
commit8b30ad01b421213113c64a1d3e46dcd8791d88df
authorTeemu Likonen <tlikonen@iki.fi>
Mon, 29 Dec 2008 08:03:08 +0000 (29 10:03 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Dec 2008 08:40:04 +0000 (29 00:40 -0800)
treee4da8955ab59a2814fd0a8f4c0a8ea637e5b9e8d
parent159c88e5ae95c5b02298193c1658fac5919c8012
Fix the building of user-manual.texi and gitman.texi documents

Previously "docbook2x-texi" failed to generate user-manual.texi and
gitman.texi files from .xml input files because "iconv" stopped at
"illegal input sequence" error. This was due to some UTF-8 octets in the
input .xml files. This patch adds option --encoding=UTF-8 for
"docbook2x-texi" to allow the building of .texi files complete.

Signed-off-by: Teemu Likonen <tlikonen@iki.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/Makefile