I know this post is several months old, but I've just fixed the same problem.
I'm using Debian Testing/KDE 3.5 and can't get yelp to handle gnome help files - whenever I click 'help' in gnumeric, yelp is launched, but the xml help file is sent to firefox, which can't find the stylesheet and therefore just shows the raw xml.
Anyway, I decided to investigate the online help in KDE 3.5 which seems to be broken.
The first time I tried to build the index I was getting an error in perl script /usr/bin/khc_docbookdig.pl:
Quote:
Global symbol "$kdekdehtmldir" requires explicit package name at /usr/bin/khc_docbookdig.pl line 94.
Execution of /usr/bin/khc_docbookdig.pl aborted due to compilation errors.
|
I discovered that there's a bug (typo) in line 94:
Code:
my $findpath = "$kdekdehtmldir/$lang/";
Should read:
Code:
my $findpath = "$kdehtmldir/$lang/";
Once the typo was fixed, I started getting the 'htdig failed' message - all I did was install the "htdig" package - the index now builds (with warnings).
I still have the problem with yelp though...