* When building the doc wiki, build with LANG=C.

master
joey 2007-01-28 01:53:26 +00:00
parent 369af9fb62
commit 9904d10ed9
2 changed files with 4 additions and 2 deletions

View File

@ -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 \

3
debian/changelog vendored
View 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