From 0d01b4f4260a820995065ffd80a71c74ad9ae99b Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 29 Apr 2007 22:57:21 +0000 Subject: [PATCH] updates for usedirs --- Makefile.PL | 2 +- t/linkify.t | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 43af95c59..73c4950cb 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -30,7 +30,7 @@ extra_build: ./pm_filter $(PREFIX) $(VER) $(PROBABLE_INST_LIB) < ikiwiki.in > ikiwiki.out chmod +x ikiwiki.out LANG=C perl -I. $(extramodules) $(tflag) ikiwiki.out doc html --templatedir=templates \ - --underlaydir=basewiki \ + --underlaydir=basewiki --nousedirs\ --wikiname="ikiwiki" --verbose \ --exclude=/discussion --no-discussion --userdir=users \ --plugin=goodstuff \ diff --git a/t/linkify.t b/t/linkify.t index 962456c30..c7bfbcd38 100755 --- a/t/linkify.t +++ b/t/linkify.t @@ -5,6 +5,9 @@ use Test::More tests => 16; BEGIN { use_ok("IkiWiki"); } +# currently coded for non usedirs mode (TODO: check both) +$config{usedirs}=0; + sub linkify ($$$$) { my $lpage=shift; my $page=shift; -- 2.32.0.93.g670b81a890