diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-03-15 13:37:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-03-15 13:37:40 -0400 |
commit | 6a6f8e5a2936839532da4adb243a950c28745705 (patch) | |
tree | fdfc0dfbc55a02ec2b5318d2c2312a15610e7a92 | |
parent | 618a317f579d332691b2e166e1ee9b85ce440280 (diff) |
pass -libdir so external plugins can be used
-rwxr-xr-x | Makefile.PL | 2 |
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 |