diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-01-26 18:48:27 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-01-26 18:48:27 +0000 |
commit | f659283492168ff7ad889e03e4cd8e625dc026d6 (patch) | |
tree | efbefe6253f1e822065f8456ef0360ee36415ff0 /pod | |
parent | 409c2c5bc920a5dda2abb2202847f11eaeba974a (diff) | |
download | perl-f659283492168ff7ad889e03e4cd8e625dc026d6.tar.gz |
miniperl isn't enough anymore to run pod2man.
p4raw-id: //depot/perl@26950
Diffstat (limited to 'pod')
-rw-r--r-- | pod/Makefile.SH | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/Makefile.SH b/pod/Makefile.SH index 46647781d9..ef19169338 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 |