aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2007-12-08 18:33:08 -0500
committerJoey Hess <joey@kitenet.net>2007-12-08 18:33:08 -0500
commitfd6d85aa7995d90956d1ddc95b7d7517f5ccd470 (patch)
tree627b17f83aa4170e461870d163be9e63152c754b /Makefile.PL
parentff97b0358bfeffdca5af9b884ae831599bf43403 (diff)
downloadikiwiki-fd6d85aa7995d90956d1ddc95b7d7517f5ccd470.tar
ikiwiki-fd6d85aa7995d90956d1ddc95b7d7517f5ccd470.tar.gz
* Added a version plugin that saves state about what's using it, to force
pages to rebuild when ikiwiki's version changes.
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index cd9683d27..0315b6d49 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -31,11 +31,11 @@ ikiwiki.out: ikiwiki.in
chmod +x ikiwiki.out
extra_build: ikiwiki.out
- LANG= perl -I. $(extramodules) $(tflag) ikiwiki.out doc html --templatedir=templates \
+ LANG= perl -Iblib/lib $(extramodules) $(tflag) ikiwiki.out doc html --templatedir=templates \
--underlaydir=underlays/basewiki --nousedirs\
--wikiname="ikiwiki" --verbose \
--exclude=/discussion --no-discussion --userdir=users \
- --plugin=goodstuff \
+ --plugin=goodstuff --plugin=version \
--plugin=haiku --plugin=polygen --plugin=fortune
./mdwn2man ikiwiki 1 doc/usage.mdwn > ikiwiki.man
./mdwn2man ikiwiki-mass-rebuild 8 doc/ikiwiki-mass-rebuild.mdwn > ikiwiki-mass-rebuild.man