aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-01-28 01:53:26 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-01-28 01:53:26 +0000
commit9904d10ed9c3677b9a5f7988f743f931739b87d4 (patch)
treee62a6ef510b3217c32af220699b04279f53dade6 /Makefile.PL
parent369af9fb621c1a91d347da668cd117e9781f7500 (diff)
downloadikiwiki-9904d10ed9c3677b9a5f7988f743f931739b87d4.tar
ikiwiki-9904d10ed9c3677b9a5f7988f743f931739b87d4.tar.gz
* When building the doc wiki, build with LANG=C.
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 9786a66ce..fd13255cd 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -24,7 +24,8 @@ PROBABLE_INST_LIB=$(shell \\
)
extra_build:
- ./ikiwiki.in doc html --templatedir=templates --underlaydir=basewiki \
+ LANG=C ./ikiwiki.in doc html --templatedir=templates \
+ --underlaydir=basewiki \
--wikiname="ikiwiki" --verbose --no-rcs \
--exclude=/discussion --no-discussion --userdir=users \
--plugin=goodstuff \