# HG changeset patch # User Wagner Bruna # Date 1267030079 10800 # Node ID 091dddf05764e6d7f279fbb3eaea040fd634150a # Parent 8522310dcaf1eaaa37bccf095e5256e1c0180ff5 doc/Makefile: fix doc generation when LANGUAGE is set diff -r 8522310dcaf1 -r 091dddf05764 doc/Makefile --- a/doc/Makefile Sat Feb 27 19:58:59 2010 +0900 +++ b/doc/Makefile Wed Feb 24 13:47:59 2010 -0300 @@ -8,6 +8,7 @@ PYTHON=python RST2HTML=$(shell which rst2html 2> /dev/null || echo rst2html.py) +export LANGUAGE=C export LC_ALL=C all: man html