changeset 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 36760956f6d3
children f603299ffa7a 1bf8b870efb4
files doc/Makefile
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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)