aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2002-07-20 13:06:41 +0000
committerFritz Elfert <felfert@to.com>2002-07-20 13:06:41 +0000
commitb009ffec89ae6caa0a8fdd503db4fb2e43b1ec61 (patch)
tree5a513682b581f4dcc38d28b37db1f557462bd1fe /conf
parent769d1600a38f9e670a198d785c150a5550b47148 (diff)
downloadplptools-b009ffec89ae6caa0a8fdd503db4fb2e43b1ec61.tar.gz
plptools-b009ffec89ae6caa0a8fdd503db4fb2e43b1ec61.tar.bz2
plptools-b009ffec89ae6caa0a8fdd503db4fb2e43b1ec61.zip
- Fix: Skip kioslave doc update if main index of some language is not
installed.
Diffstat (limited to 'conf')
-rw-r--r--conf/kiodoc-update.pl1
1 files changed, 1 insertions, 0 deletions
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 = ();