----- Original Message ----- 
From: "Jenda Krynicky" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 19, 2003 2:41 AM
Subject: Re: html files for ppms


> From: "Beau E. Cox" <[EMAIL PROTECTED]>
> > I have some custom html documentation I want to 
> > include in a ppm for distribution. Where should I put
> > them for inclusion in my ppm ('(n)make ppm')?
> > [blah, blah, ...]
> 
>  ./blib/html/lib/Module/Name.html
>  ./blib/html/lib/Module/Name/*.html
> 
> At least that's where I put them and they seem to be indexed 
> correctly. (Last time I looked.)
> 

Thanks Jenda -

It almost worked, but the resulting htmls were installed
in (for example) c:\perl\html\lib\Module\Name.html,
while the module itself was installed in site lib.

So I used:

  ./blib/html/site/lib/Module/Name.html

It works!

Aloha => Beau;



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to