diff options
author | Barrie Slaymaker <barries@slaysys.com> | 1999-02-03 05:34:18 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-02-03 21:53:23 +0000 |
commit | 40d24aa1f12d0dc3bddcdb672e269a3f00306daf (patch) | |
tree | 93a7ab99318ac8ea729f6d955135a47affeb63d9 /installhtml | |
parent | 7e9d42d05a74c97c09c9cb3184840b668ab50c2e (diff) | |
download | perl-40d24aa1f12d0dc3bddcdb672e269a3f00306daf.tar.gz |
5.005_54 (pod2html) Generate Relative URLs
To: perl5-porters@perl.org
CC: pod-people@perl.org
Message-ID: <36B86C7A.E99EFFF1@telerama.com>
Add File::PathConvert.pm.
Fix Pod::Html and installhtml to understand relative urls.
p4raw-id: //depot/cfgperl@2811
Diffstat (limited to 'installhtml')
-rwxr-xr-x | installhtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installhtml b/installhtml index 053858d790..ad7e66e70a 100755 --- a/installhtml +++ b/installhtml @@ -576,6 +576,7 @@ sub runpod2html { #system("./pod2html", Pod::Html'pod2html( #Pod::Html'pod2html($pod2html, + "--htmldir=$htmldir", "--htmlroot=$htmlroot", "--podpath=".join(":", @podpath), "--podroot=$podroot", "--netscape", |