From: Jarkko Hietaniemi Date: Wed, 25 Oct 2000 20:12:20 +0000 (+0000) Subject: buildtoc target tweaks. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2607bbb4b9732ac518aea01a4967f693eba5de58;p=p5sagit%2Fp5-mst-13.2.git buildtoc target tweaks. p4raw-id: //depot/perl@7441 --- diff --git a/pod/Makefile.SH b/pod/Makefile.SH index efc6ac2..58ce9be 100644 --- a/pod/Makefile.SH +++ b/pod/Makefile.SH @@ -64,6 +64,7 @@ POD2HTML = pod2html \ --libpods=perlfunc:perlguts:perlvar:perlrun:perlop PERL = ../miniperl +PERLILIB = $(PERL) -I../lib REALPERL = ../perl all: $(CONVERTERS) man @@ -73,7 +74,7 @@ converters: $(CONVERTERS) regen_pods: perlmodlib.pod toc buildtoc: buildtoc.PL perl.pod ../MANIFEST - $(PERL) buildtoc.PL + $(PERLILIB) buildtoc.PL perltoc.pod: buildtoc @@ -84,7 +85,7 @@ html: pod2html $(HTML) tex: pod2latex $(TEX) toc: buildtoc - $(PERL) buildtoc + $(PERLILIB) buildtoc .SUFFIXES: .pm .pod