At 8:57 AM -0400 10/26/01, [EMAIL PROTECTED] wrote:
>use a specific configuration file that is not located in the default
>directory? Is there a way to modify the $(PREVPAGE), $(PAGELIST), and
>$(NEXTPAGE) such that it'll point to a user defined directory?
Since htdig.org is hosted by SourceForge, we cannot put config files
in the "default directory." Worse, since we can't compile code on
those servers, we cannot set the configuration path by recompiling.
So we use a small "wrapper" script around htsearch:
#!/bin/sh
CONFIG_DIR=/path/to/config/files /path/to/htsearch.bin ${@+"$@"}
Regards,
--
--
-Geoff Hutchison
Williams Students Online
http://wso.williams.edu/
_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html