From: Rafael Garcia-Suarez Date: Fri, 31 Aug 2007 13:16:42 +0000 (+0000) Subject: Patch by Gerard Goosen to avoid building man pages for extensions X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=83fdb6ac17f285712d244cbee7f0c8d028a808f4;p=p5sagit%2Fp5-mst-13.2.git Patch by Gerard Goosen to avoid building man pages for extensions even if the Makefile.PL forgets to specify it. p4raw-id: //depot/perl@31771 --- diff --git a/ext/util/make_ext b/ext/util/make_ext index 3c03586..104eae1 100644 --- a/ext/util/make_ext +++ b/ext/util/make_ext @@ -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!"