From: joey Date: Sun, 28 Jan 2007 01:53:26 +0000 (+0000) Subject: * When building the doc wiki, build with LANG=C. X-Git-Tag: 1.41~20 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/9904d10ed9c3677b9a5f7988f743f931739b87d4 * When building the doc wiki, build with LANG=C. --- 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 \ diff --git a/debian/changelog b/debian/changelog index f7ae8d5ba..d41a7b8ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 27 Jan 2007 19:59:58 -0500 + -- Joey Hess Sat, 27 Jan 2007 20:52:10 -0500 ikiwiki (1.40) unstable; urgency=low