X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/8e92468eae9ac0ab8161a0c71ff6c6a0a8aef07a..e4ed8a51c1eb7bd80f416dcc59231a13e3d1255e:/Makefile.PL diff --git a/Makefile.PL b/Makefile.PL index 93f9e89e2..52421a711 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -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 @@ -42,17 +42,20 @@ extra_build: ikiwiki.out ikiwiki.setup docwiki ./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 + ./mdwn2man ikiwiki-calendar 1 doc/ikiwiki-calendar.mdwn > ikiwiki-calendar.man $(MAKE) -C po + sed -i.bkp "s/Version:.*/Version: $$(perl -e '$$_=<>;print m/\((.*?)\)/' './pm_filter $(PREFIX) $(VER) $(PROBABLE_INST_LIB)', MAN1PODS => {}, PREREQ_PM => { - 'XML::Simple' => 0, - 'Text::Markdown' => 0, - 'Date::Parse' => 0, - 'HTML::Template' => 0, - 'HTML::Scrubber' => 0, - 'CGI::FormBuilder' => 3.02.02, - 'CGI::Session' => 0, - 'Mail::Sendmail' => 0, - 'HTML::Parser' => 0, - 'URI' => 0, - 'Data::Dumper' => 2.11, + 'XML::Simple' => "0", + 'Text::Markdown' => "0", + 'Date::Parse' => "0", + 'HTML::Template' => "0", + 'HTML::Scrubber' => "0", + 'CGI::FormBuilder' => "3.02.02", + 'CGI::Session' => "0", + 'Mail::Sendmail' => "0", + 'HTML::Parser' => "0", + 'URI' => "0", + 'Data::Dumper' => "2.11", }, );