LIBHELPPATH
contains the colon
separated list of directories libhelp searches for help files
and images. You can set environment variable
LIBHELPPATH
on your shell before starting the
application. For sh
compatible shells you will type
forexport LIBHELPPATH=".:../images:/tmp"
csh
compatible shells you will type
to add directories "setenv LIBHELPPATH ".:../images:/tmp"
.
" (current directory), "../images"
and "/tmp" to the runtime search path.
"/usr/local/help:../help:help:../images:images:."
Look at compilation details for informations about changing the compiletime search path.