BrowserUk has asked for the wisdom of the Perl Monks concerning the following question:

Can anyone remind of, or point me at the magic incantations to re-buid the ActiveState HTMLized POD and index(es)?


Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"Think for yourself!" - Abigail

Replies are listed 'Best First'.
Re: ActiveState HTML re-build?
by Ven'Tatsu (Deacon) on May 07, 2004 at 19:50 UTC
    from PodMaster's home node:
    perl -MActivePerl::DocTools -e ActivePerl::DocTools::UpdateHTML() perl -MActivePerl::DocTools -e ActivePerl::DocTools::WriteTOC() perl -MFile::Path -MConfig -e" rmtree(qq[$Config{installhtmldir}\\bin] +) " perl -MFile::Path -MConfig -e" rmtree(qq[$Config{installhtmldir}\\site +\\lib])
Re: ActiveState HTML re-build?
by PodMaster (Abbot) on May 08, 2004 at 12:16 UTC
    :) Mine is stuck insde my CPANPLUS config file like so
    END { warn "$/$/ Refreshing HTML Docs $/$/"; require Pod::Master; Pod::Master::Update(); } 1; __END__

    MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
    I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
    ** The third rule of perl club is a statement of fact: pod is sexy.