web commit by http://id.inelegant.org/: Fixed typo.

master
joey 2007-02-18 04:41:14 +00:00
parent 63db4f9dc6
commit 8d9c2bdc0f
1 changed files with 3 additions and 2 deletions

View File

@ -22,14 +22,15 @@ Name: svn:executable
+ * + *
Index: Makefile.PL Index: Makefile.PL
=================================================================== ===================================================================
--- Makefile.PL (revision 2626) --- Makefile.PL (revision 2628)
+++ Makefile.PL (working copy) +++ Makefile.PL (working copy)
@@ -24,6 +24,7 @@ @@ -24,6 +24,7 @@
) )
extra_build: extra_build:
+ LANG=C ./lib-fixup.pl ikiwki.in + LANG=C ./lib-fixup.pl ikiwiki.in
LANG=C ./ikiwiki.in doc html --templatedir=templates \ LANG=C ./ikiwiki.in doc html --templatedir=templates \
--underlaydir=basewiki \ --underlaydir=basewiki \
--wikiname="ikiwiki" --verbose --no-rcs \ --wikiname="ikiwiki" --verbose --no-rcs \
</pre> </pre>