
after setting up psconfig:

ippc17 / dvodist example
 psconfigure --htdocs /data/ippc17.0/www/dvodist/ --rootdir /dvodist --rootwww http://dvodist.ipp.ifa.hawaii.edu
 make dvodist

# the subdirectory on the server is hard-wired in Makefile & depends on the make target
ipp002 version:
 psconfigure --htdocs /data/ipp002.0/www/localhost/htdocs/ --rootdir /ippdata --rootwww http://ipp.ifa.hawaii.edu
 make ippdata

pikake test examples:
 psconfigure --htdocs /var/www/ --rootdir /ippdata --rootwww http://pikake.ifa.hawaii.edu
 make ippdata

 psconfigure --htdocs /var/www/ --rootdir /dvodist --rootwww http://pikake.ifa.hawaii.edu
 make dvodist
