From: joey Date: Tue, 20 Feb 2007 06:11:51 +0000 (+0000) Subject: supposed to run ikiwiki.out now X-Git-Tag: 1.44~131 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/c214f263d67f155adcf98f2fba290716fba08523?hp=aa7fc21824a8f8488e118e4e1e1091a291f7359b supposed to run ikiwiki.out now --- diff --git a/Makefile.PL b/Makefile.PL index 8404f9477..39961f79a 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -26,7 +26,7 @@ PROBABLE_INST_LIB=$(shell \\ extra_build: ./pm_filter $(PREFIX) $(VER) $(PROBABLE_INST_LIB) < ikiwiki.in > ikiwiki.out chmod +x ikiwiki.out - PERL5LIB=.:${PERL5LIB} LANG=C ./ikiwiki.in doc html --templatedir=templates \ + PERL5LIB=.:${PERL5LIB} LANG=C ./ikiwiki.out doc html --templatedir=templates \ --underlaydir=basewiki \ --wikiname="ikiwiki" --verbose --no-rcs \ --exclude=/discussion --no-discussion --userdir=users \