From d3700526727b89ddb608fc09a6dd2c81ffdd9089 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 2 Jun 2008 12:14:09 -0400 Subject: use PERL --- Makefile.PL | 2 +- doc/bugs/__91__PATCH__93___Use_correct_perl_when_running_make.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 7cde00880..8c7ac7019 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -31,7 +31,7 @@ ikiwiki.out: ikiwiki.in chmod +x ikiwiki.out extra_build: ikiwiki.out - perl -Iblib/lib $(extramodules) $(tflag) ikiwiki.out -libdir . -setup docwiki.setup -refresh + $(PERL) -Iblib/lib $(extramodules) $(tflag) ikiwiki.out -libdir . -setup docwiki.setup -refresh ./mdwn2man ikiwiki 1 doc/usage.mdwn > ikiwiki.man ./mdwn2man ikiwiki-mass-rebuild 8 doc/ikiwiki-mass-rebuild.mdwn > ikiwiki-mass-rebuild.man ./mdwn2man ikiwiki-makerepo 1 doc/ikiwiki-makerepo.mdwn > ikiwiki-makerepo.man diff --git a/doc/bugs/__91__PATCH__93___Use_correct_perl_when_running_make.html b/doc/bugs/__91__PATCH__93___Use_correct_perl_when_running_make.html index 781d29372..9de2a0fa4 100644 --- a/doc/bugs/__91__PATCH__93___Use_correct_perl_when_running_make.html +++ b/doc/bugs/__91__PATCH__93___Use_correct_perl_when_running_make.html @@ -1,5 +1,7 @@ If the Perl used to run Makefile.PL is not first on the PATH, it will not be the one used when make is run. The patch below fixes this. +[[done]], thanks +
 --- Makefile.PL.orig    2008-06-02 10:33:41.000000000 -0500
 +++ Makefile.PL 2008-06-02 10:34:00.000000000 -0500
-- 
cgit v1.2.3