in reply to Re: Can MakeMaker be convinced not to build man pages?
in thread Can MakeMaker be convinced not to build man pages?

Hmmm, that's a hint anyway. Any way to set that from outside Makefile.PL? I'd rather not get into trying to automatically modify other people's Perl code if I can help it. Some module's Makefile.PL's are pretty complicated (see Imager for a fine example).

Thanks,
-sam

  • Comment on Re: Re: Can MakeMaker be convinced not to build man pages?

Replies are listed 'Best First'.
Re: Re: Re: Can MakeMaker be convinced not to build man pages?
by tantarbobus (Hermit) on Mar 20, 2004 at 13:06 UTC

    This appears to work (assuming a bash shell):

    perl Makefile.PL MAN1PODS=\{\} MAN3PODS=\{\}
      That works great, and as I thought the build process has been sped up nicely.

      Thanks!
      -sam