From: Rafael Garcia-Suarez Date: Thu, 26 Jan 2006 18:48:27 +0000 (+0000) Subject: miniperl isn't enough anymore to run pod2man. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f659283492168ff7ad889e03e4cd8e625dc026d6;p=p5sagit%2Fp5-mst-13.2.git miniperl isn't enough anymore to run pod2man. p4raw-id: //depot/perl@26950 --- diff --git a/pod/Makefile.SH b/pod/Makefile.SH index 4664778..ef19169 100644 --- a/pod/Makefile.SH +++ b/pod/Makefile.SH @@ -89,10 +89,10 @@ toc perltoc.pod: buildtoc .SUFFIXES: .man .pm.man: pod2man - $(PERL) -I../lib pod2man $*.pm >$*.man + $(REALPERL) -I../lib pod2man $*.pm >$*.man .pod.man: pod2man - $(PERL) -I../lib pod2man $*.pod >$*.man + $(REALPERL) -I../lib pod2man $*.pod >$*.man .SUFFIXES: .html