slgdbm package [was: Re: jedstate]
Paul Boekholt
p.boekholt at hetnet.nl
Fri Sep 23 11:39:14 UTC 2005
On Thu, 22 Sep 2005 14:34:41 +0200, Rafael Laboissiere <rafael at debian.org> said:
> One more question: where should go the gdbm.hlp file? In
> /usr/share/slsh/help/?
I don't know, I guess it should work like John's curl module, which
installs curl.hlp in /usr/local/share/slsh/local-packages/help/curl.hlp
The curl module also provides a file
/usr/local/share/slsh/local-packages/curl.sl:
import ("curl");
$1 = path_concat (path_concat (path_dirname (__FILE__), "help"),
"curl.hlp");
if (NULL != stat_file ($1))
add_doc_file ($1);
provide ("curl");
However, add_doc_file() only works in slsh, not in JED.
More information about the Pkg-jed-devel
mailing list