This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Patch by Gerard Goosen to avoid building man pages for extensions
[perl5.git] / ext / util / make_ext
index 3c03586..104eae1 100644 (file)
@@ -127,7 +127,7 @@ nonxs)      makeargs="";
 esac
 
 if test ! -f $makefile ; then
-       test -f Makefile.PL && $run ../$depth/miniperl -I../$depth/lib Makefile.PL INSTALLDIRS=perl PERL_CORE=1 $passthru
+       test -f Makefile.PL && $run ../$depth/miniperl -I../$depth/lib Makefile.PL INSTALLDIRS=perl INSTALLMAN3DIR=none PERL_CORE=1 $passthru
 fi
 if test ! -f $makefile ; then
        echo "Warning: No Makefile!"