Patch by Gerard Goosen to avoid building man pages for extensions
Rafael Garcia-Suarez [Fri, 31 Aug 2007 13:16:42 +0000 (13:16 +0000)]
even if the Makefile.PL forgets to specify it.

p4raw-id: //depot/perl@31771

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!"