master
Joey Hess 2008-06-02 12:14:09 -04:00
parent e76c997e86
commit d370052672
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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
<pre>
--- Makefile.PL.orig 2008-06-02 10:33:41.000000000 -0500
+++ Makefile.PL 2008-06-02 10:34:00.000000000 -0500