diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-08-31 13:16:42 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-08-31 13:16:42 +0000 |
commit | 83fdb6ac17f285712d244cbee7f0c8d028a808f4 (patch) | |
tree | e1a122272a71833a31ec2d3ca0d1d0ff81c7d6c2 /ext/util | |
parent | 89c14e2ec1b845cd5ec17986d2c65288a7da7ba8 (diff) | |
download | perl-83fdb6ac17f285712d244cbee7f0c8d028a808f4.tar.gz |
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
Diffstat (limited to 'ext/util')
-rw-r--r-- | ext/util/make_ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/util/make_ext b/ext/util/make_ext index 3c03586124..104eae153e 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!" |