On Wed, 3 Oct 2001, Stas Bekman wrote: > I've created modperl-2.0/docs/src/api/mod_perl-2.0/Makefile.PL. How do I > make it a part of the automatic build?
MakeMaker will only recurse if it sees a Makefile.PL in each directory, so if you have a Makefile.PL in docs/ and src/ and api/ and mod_perl-2.0/ MakeMaker will link everything together. i haven't tried working around this before. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
