This patch is for pod2html and installhtml from the perl5.005_02
distribution.

It updates pod2html to output only relative URLs when linking to
other web pages generated within the same --htmldir.  This has
three nice benefits:

	- You can browse the documentation using both file: 
        and http: schemes.  This was usually not possible since
	the file system and URL documentation roots are rarely
	the same.

	- You can move the documentation from one location
	to another without rebuilding.

	- No need to tweak the Makefile to have the right
	--htmlroot.


There is no more need for --htmlroot, but the --htmldir must
be passed to Pod::Html so that it can figure out what the URL
of the current output file is, which is needed in order to
figure out the relative URL to the target of any given link.

This patched version requires File::PathConvert 0.84 or greater.

INSTALLATION

This patch is meant to be untarred in the perl5.005_02
distribution root (/tmp/perl5.005_02/ on my system), and will
put all of it's files in the patch directory therein
(/tmp/perl5.005_05/patch/ on my system).

There are two ways (at least) to install this patch.  The
more conventional way is to patch the per5.005_02 files.  To
do this, cd to the perl5 distribution root and run:

	make -f patch/Makefile install.patch

The manual way is to copy installhtml and Pod-Html.pm to the 
right places on your system.


RUNNING INSTALLHTML

Once installed, you can "make -f patch/Makefile install.html"
to run installhtml, but YOU'LL WANT TO TWEAK THE MAKEFILE TO
FIT YOUR SYSTEM.
