]> sipb.mit.edu Git - ikiwiki.git/commitdiff
change PROFILE to use Devel::NYTProf
authorJoey Hess <joey@gnu.kitenet.net>
Fri, 14 Aug 2009 01:05:07 +0000 (21:05 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Fri, 14 Aug 2009 01:05:07 +0000 (21:05 -0400)
Makefile.PL
README

index 602d8fb5c1f7b52e03f27cea44c236a7e2fdf222..0208131770ccc110ea306dc9be0bb45afe6ee98e 100755 (executable)
@@ -27,7 +27,7 @@ PROBABLE_INST_LIB=$(shell \\
 W3M_CGI_BIN?=$(PREFIX)/lib/w3m/cgi-bin
 
 tflag=$(shell if [ -n "$$NOTAINT" ] && [ "$$NOTAINT" != 1 ]; then printf -- "-T"; fi)
-extramodules=$(shell if [ "$$PROFILE" = 1 ]; then printf -- "-d:Profile"; fi)
+extramodules=$(shell if [ "$$PROFILE" = 1 ]; then printf -- "-d:NYTProf"; fi)
 
 ikiwiki.out: ikiwiki.in
        ./pm_filter $(PREFIX) $(VER) $(PROBABLE_INST_LIB) < ikiwiki.in > ikiwiki.out
diff --git a/README b/README
index 408ab666abad8599b95b831f09cde24c693e9ab6..a4dc0d641dbfd7a7bf13995f5ef111f0977563aa 100644 (file)
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ available online at <http://ikiwiki.info/>
 A few special variables you can set while using the Makefile:
 
   PROFILE=1 turns on profiling for the build of the doc wiki.
-  (Uses Devel::Profile)
+  (Uses Devel::NYTProf)
 
   NOTAINT=0 turns on the taint flag in the ikiwiki program. (Not recommended
   unless your perl is less buggy than mine -- see