X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=Makefile.PL;h=7cde00880b0d1b273a68e044e84a782b3a49901c;hb=a7b8069b9dd1921275ef24752a65005c15d0868e;hp=dad0fedcad58424157ee9d3dfbb259a48ae7b14a;hpb=36580186a03962d1aed67ae1553988a4eeda0e10;p=ikiwiki.git diff --git a/Makefile.PL b/Makefile.PL index dad0fedca..7cde00880 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 @@ -37,8 +37,7 @@ extra_build: ikiwiki.out ./mdwn2man ikiwiki-makerepo 1 doc/ikiwiki-makerepo.mdwn > ikiwiki-makerepo.man ./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 + $(MAKE) -C po mo extra_clean: rm -rf html doc/.ikiwiki @@ -101,7 +100,6 @@ WriteMakefile( 'HTML::Template' => 0, 'HTML::Scrubber' => 0, 'CGI::FormBuilder' => 3.02.02, - 'Time::Duration' => 0, 'CGI::Session' => 0, 'Mail::Sendmail' => 0, 'HTML::Parser' => 0,