aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-03-21 05:09:42 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-03-21 05:09:42 -0400
commitf030bce812f0c91616f5eaf5860df6299f09f5eb (patch)
tree37ceac78296e168ba14ace22030eb739c13876f1 /Makefile.PL
parent14b3e645a8e66fe3cc6ff3e7852c7526da4ca906 (diff)
downloadikiwiki-f030bce812f0c91616f5eaf5860df6299f09f5eb.tar
ikiwiki-f030bce812f0c91616f5eaf5860df6299f09f5eb.tar.gz
updates to support current version of Devel::Profile
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index e85b33a8f..ba437e3f6 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -24,7 +24,7 @@ PROBABLE_INST_LIB=$(shell \\
)
tflag=$(shell if [ -n "$$NOTAINT" ] && [ "$$NOTAINT" != 1 ]; then printf -- "-T"; fi)
-extramodules=$(shell if [ "$$PROFILE" = 1 ]; then printf -- "-MDevel::Profiler"; fi)
+extramodules=$(shell if [ "$$PROFILE" = 1 ]; then printf -- "-d:Profile"; fi)
ikiwiki.out: ikiwiki.in
./pm_filter $(PREFIX) $(VER) $(PROBABLE_INST_LIB) < ikiwiki.in > ikiwiki.out
@@ -38,7 +38,6 @@ extra_build: ikiwiki.out
./mdwn2man ikiwiki-transition 1 doc/ikiwiki-transition.mdwn > ikiwiki-transition.man
./mdwn2man ikiwiki-update-wikilist 1 doc/ikiwiki-update-wikilist.mdwn > ikiwiki-update-wikilist.man
$(MAKE) -C po
- if [ "$$PROFILE" = 1 ]; then dprofpp; fi
extra_clean:
rm -rf html doc/.ikiwiki