# HG changeset patch # User Martin Geisler # Date 1259624601 -3600 # Node ID fa99480d5135a1e4bb5b64dd3e5dba1a98e80829 # Parent 36760956f6d3376a5e951265a9d268bbcca3680e doc/Makefile: ensure C locale The man pages can actually be translated by building them in a different locale. However, the man pages contain internal links to certain sections, and when the section titles are translated, the links change too. So it is currently not recommended to build the man pages in anything by the "C" locale. diff -r 36760956f6d3 -r fa99480d5135 doc/Makefile --- a/doc/Makefile Tue Dec 01 00:15:45 2009 +0100 +++ b/doc/Makefile Tue Dec 01 00:43:21 2009 +0100 @@ -8,6 +8,8 @@ PYTHON=python RST2HTML=$(shell which rst2html 2> /dev/null || which rst2html.py) +export LC_ALL=C + all: man html man: $(MAN)