Date: Fri, 25 Aug 2006 18:45:15 -0400 (EDT) From: doug@safeport.com To: freebsd-questions@FreeBSD.ORG Subject: KDE Help index file missing Message-ID: <20060825182945.V73178@pemaquid.safeport.com>
next in thread | raw e-mail | index | archive | help
If I try to build an help index for the application manual I get the following
error message:
INDEXDIR: /home/doug/.kde/share/apps/khelpcenter/index/
Creating index for 'kde_application_manuals'
FINDCMD: find /usr/local/share/doc/HTML/en/ -name index.docbook
htdig failed
In checking the packing lists for kde there is no index.docbook in the
../HTML/en/ directory.
This comes from /usr/local/bin/khc_docbookdig.pl, lines 92-100
my $findpath = "$kdeprefix/share/doc/HTML/$lang/";
my $findcmd = "find $findpath -name index.docbook";
print STDERR "FINDCMD: $findcmd\n";
if ( !open FIND, "$findcmd|" ) {
print STDERR "Unable to find docs.\n";
exit 1;
}
The setup looks okay and the file is really not there. Anyone else with this
problem. Does anyone know where I can get a copy of the file? Thanks
_____
Douglas Denault
http://www.safeport.com
doug@safeport.com
Voice: 301-469-8766
Fax: 301-469-0601
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060825182945.V73178>
