diff doc/Makefile @ 9971:fa99480d5135 stable

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.
author Martin Geisler <mg@lazybytes.net>
date Tue, 01 Dec 2009 00:43:21 +0100
parents 8374f26727de
children 3fb77d6cb9e5 f1bf64abcb1b
line wrap: on
line diff
--- 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)