aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-03-15 13:37:40 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-03-15 13:37:40 -0400
commit6a6f8e5a2936839532da4adb243a950c28745705 (patch)
treefdfc0dfbc55a02ec2b5318d2c2312a15610e7a92 /Makefile.PL
parent618a317f579d332691b2e166e1ee9b85ce440280 (diff)
downloadikiwiki-6a6f8e5a2936839532da4adb243a950c28745705.tar
ikiwiki-6a6f8e5a2936839532da4adb243a950c28745705.tar.gz
pass -libdir so external plugins can be used
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 18b8a435d..7058142db 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -31,7 +31,7 @@ ikiwiki.out: ikiwiki.in
chmod +x ikiwiki.out
extra_build: ikiwiki.out
- perl -Iblib/lib $(extramodules) $(tflag) ikiwiki.out -setup docwiki.setup -refresh
+ perl -Iblib/lib $(extramodules) $(tflag) ikiwiki.out -libdir . -setup docwiki.setup -refresh
./mdwn2man ikiwiki 1 doc/usage.mdwn > ikiwiki.man
./mdwn2man ikiwiki-mass-rebuild 8 doc/ikiwiki-mass-rebuild.mdwn > ikiwiki-mass-rebuild.man
./mdwn2man ikiwiki-makerepo 1 doc/ikiwiki-makerepo.mdwn > ikiwiki-makerepo.man