aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 15f5b0d6d..c6d306b87 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,8 @@ man:
mkdir -p man
docs: mans
- TZ=UTC $(IKIWIKI) doc html -v --wikiname git-annex --plugin=goodstuff \
+ LC_ALL=C TZ=UTC $(IKIWIKI) doc html -v --wikiname git-annex \
+ --plugin=goodstuff \
--no-usedirs --disable-plugin=openid --plugin=sidebar \
--underlaydir=/dev/null --set deterministic=1 \
--disable-plugin=shortcut --disable-plugin=smiley \