* When building the doc wiki, build with LANG=C.
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 28 Jan 2007 01:53:26 +0000 (01:53 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 28 Jan 2007 01:53:26 +0000 (01:53 +0000)
Makefile.PL
debian/changelog

index 9786a66cec26062e858ea113bc4c9a52a4a4666a..fd13255cd083a7480e01799ce36be5f2bc1ca812 100755 (executable)
@@ -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 \
index f7ae8d5bae350c73438c555d12e336d2da0760a5..d41a7b8ce6d8e6cd287ed955cad2a36a382b6dda 100644 (file)
@@ -17,8 +17,9 @@ ikiwiki (1.41) UNRELEASED; urgency=low
   * Replace underscores in shortcut texts with spaces when formatting for
     display. This allows using a shortcut like [[wikipedia War_of_1812]],
     which links to the correct remote page, but is displayed nicely.
+  * When building the doc wiki, build with LANG=C.
 
- -- Joey Hess <joeyh@debian.org>  Sat, 27 Jan 2007 19:59:58 -0500
+ -- Joey Hess <joeyh@debian.org>  Sat, 27 Jan 2007 20:52:10 -0500
 
 ikiwiki (1.40) unstable; urgency=low