To install a newer version of WANdoc simply:
-
untar the new version to a new directory
-
copy the old rc.wandoc to the new directory
-
run Install.sh in the new directory
The Install.sh script will modify all of the perl
scripts so they can find perl on your system and
then it will run genrc.pl. That program will see
the rc.wandoc file that you copied over and offer
to exit. Choose 'y' and you are done.
If you copied gotoaddr.pl, gotortr.pl, cfgtrace.pl
and wd1lib.pm to a cgi-bin directory, copy the new
versions there also.
If you have modified an earlier version of WANdoc
you can apply a patch file from the "patches" sub-
directory which contains context diffs, like this:
$ cd your_wandoc_install_dir
$ patch < wd1.0xx.to.0xx.patch
The patch files only work on an installed version
of WANdoc. That is, Install.sh has already been run
and has moved the perl programs out of the perl.uncfg
directory.