On Tue, 12 Feb 2002 15:52:53 -0500, Michael G Schwern <[EMAIL PROTECTED]>
wrote:
>Ok, that clears things up, thanks. I'm still curious where
>ActiveState is using $Config{installhtmldir}.
I believe it is only used by PPM (the Perl Package Manager) to figure out
where to put the docs during a module installation.
I don't have time to investigate this right now, but I seriously doubt
that the docs in those packages are produced using MakeMaker; I believe it
is just some script that runs *after* "make test" that creates HTML docs
for everything found in blib that has POD.
>Here's my plan. I'm going to chop out htmlifypods, INST_HTML* and
>INSTALLHTML* completely. Since its been two and a half years and this
>feature still isn't completed, I'll chalk it up to Murder By Apathy.
>
>If later on someone wants to try and have MakeMaker install HTML docs,
>they can at least have the benefits of a clean slate.
That is fine by me. :) Note that my original patch is from back before I
joined ActiveState. The PPM repository was missing lots of modules and I
wanted MakeMaker to automatically update my HTML doc tree whenever I ran
"make install". Unfortunately I never got it to work reliably, so I kind
of gave up.
Sorry for not being more helpful, but it's been a long time...
Cheers,
-Jan