Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: forcing creation of html doc in activestate

by didier (Vicar)
on Mar 09, 2003 at 21:47 UTC ( [id://241611]=note: print w/replies, xml ) Need Help??


in reply to forcing creation of html doc in activestate

perl -MHtmlHelp -e "HtmlHelp::MakePerlHtmlIndexCaller()"
Rebuild whole docs
perl -MHtmlHelp -e "HtmlHelp::MakePerlHtml()"
  • Comment on Re: forcing creation of html doc in activestate

Replies are listed 'Best First'.
Re: Re: forcing creation of html doc in activestate
by mjeaton (Hermit) on Mar 09, 2003 at 22:21 UTC
    Using my relatively default installation of ActiveState Perl, this does not work.

    mike

      What build of ActivePerl are you using? What error message was reported when you tried the code above? Missing module? (Can't locate HtmlHelp.pm)

      With a little searching I found this email in the archives of an Activestate email list

      ActivePerl no longer uses that module to generate it's html. It won't work with any ActivePerl 6xx builds. Starting with ActivePerl build 617, you can use the following command line to rebuild the html toc: perl -MActivePerl::DocTools -e"ActivePerl::DocTools::WriteTOC()" Note that the html toc is now regenerated automatically after installing/removing a module with ppm. Any new doc pages included with a ppm package are now included in the html toc. ds

      On my computer I did a

      perl -MActivePerl::DocTools -e"ActivePerl::DocTools::UpdateHTML()"

      Aeems to work for me but use at your risk.

        I'm running 633. Yes, the error related to a missing module. I tried ppm to see if the module existed, and of course, it didn't.

        perl -MActivePerl::DocTools -e"ActivePerl::DocTools::UpdateHTML()"

        This works for me though. Very cool! Thanks for posting it.

        mike

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://241611]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-20 13:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found