This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
miniperl isn't enough anymore to run pod2man.
[perl5.git] / pod / Makefile.SH
index 4664778..ef19169 100644 (file)
@@ -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