Updating HTML docs?

Russ Schnapp rlssdpm at schnapp.org
Fri Jul 11 17:53:27 CDT 2003


~sdpm~


On 7/11/2003 3:22 PM, Stewart, Alan SPAWAR wrote:
> I use this from the ActivePerl docs under ActivePerl::DocTools;
> 
>     #!perl
> 
>     # update HTML TOC after non-ppm installation
> 
>     use ActivePerl::DocTools;
> 
>     ActivePerl::DocTools::WriteTOC();
> 
> This (re)generates the TOC from any and all HTML in the dir tree.


Actually, from looking at DocTools.pm, it sure looks like what I want to
do is
   ActivePerl::DocTools::UpdateHTML();

...which will go through all the modules (in @INC, presumably -- I am as
yet unfamiliar with Pod::Find::pod_find()) and build the HTML
documentation.  And THEN it also invokes WriteTOC().

...Russ

~sdpm~

The posting address is: san-diego-pm-list at hfb.pm.org

List requests should be sent to: majordomo at hfb.pm.org

If you ever want to remove yourself from this mailing list,
you can send mail to <majordomo at happyfunball.pm.org> with the following
command in the body of your email message:

    unsubscribe san-diego-pm-list

If you ever need to get in contact with the owner of the list,
(if you have trouble unsubscribing, or have questions about the
list itself) send email to <owner-san-diego-pm-list at happyfunball.pm.org> .
This is the general rule for most mailing lists when you need
to contact a human.




More information about the San-Diego-pm mailing list