Don't build manpages for Encode and Unicode::Normalize
Rafael Garcia-Suarez [Wed, 7 Dec 2005 15:13:03 +0000 (15:13 +0000)]
(when compiling perl manpages are built afterwards, not
by MakeMaker like when installing modules.) This fix a
bootstrap problem (now that Pod::Man uses POSIX.)

p4raw-id: //depot/perl@26295

ext/Encode/Makefile.PL
ext/Unicode/Normalize/Makefile.PL

index 58b307b..d4049ca 100644 (file)
@@ -36,6 +36,7 @@ WriteMakefile(
                  SUFFIX        => 'gz',
                  DIST_DEFAULT => 'all tardist',
              },
+             MAN1PODS  => {},
              MAN3PODS  => {},
              INC       => "-I./Encode",
              PMLIBDIRS => \@pmlibdirs,
index ae920dc..ab4bd03 100644 (file)
@@ -27,4 +27,5 @@ WriteMakefile(
        Test            => 0,
        warnings        => 0,
     },
+    'MAN3PODS'         => {},
 );