From b009ffec89ae6caa0a8fdd503db4fb2e43b1ec61 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Sat, 20 Jul 2002 13:06:41 +0000 Subject: - Fix: Skip kioslave doc update if main index of some language is not installed. --- conf/kiodoc-update.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/kiodoc-update.pl b/conf/kiodoc-update.pl index a6acf9f..56e073f 100644 --- a/conf/kiodoc-update.pl +++ b/conf/kiodoc-update.pl @@ -50,6 +50,7 @@ sub add_doc($) { "$_[0].docbook" . '">'; my $er = '&kio-' . $id . ';'; $idx =~ s/$_[0]\.docbook/index\.docbook/; + next if (!(-e $idx)); my @lines = from("$idx"); my $state = 0; my @out = (); -- cgit v1.2.3