set LC_ALL in ikiwiki build to ensure deterministic build in other locales
smcv suggeted using C.UTF-8, but I want this to work beyond Debian, so went with C, which seems to work ok.
This commit is contained in:
parent
4ec4562e36
commit
0e8f23fa06
1 changed files with 2 additions and 1 deletions
3
Makefile
3
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 \
|
||||
|
|
Loading…
Reference in a new issue