From 01d812decb7e3f3b2159f61e21448876d69baaa7 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sat, 27 Nov 2010 23:39:20 +0000 Subject: [PATCH] Don't create autoindex pages just because of transient things --- IkiWiki/Plugin/autoindex.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/IkiWiki/Plugin/autoindex.pm b/IkiWiki/Plugin/autoindex.pm index d02618581..825633d5a 100644 --- a/IkiWiki/Plugin/autoindex.pm +++ b/IkiWiki/Plugin/autoindex.pm @@ -64,6 +64,7 @@ sub refresh () { my (%pages, %dirs); foreach my $dir ($config{srcdir}, @{$config{underlaydirs}}, $config{underlaydir}) { + next if $dir eq $IkiWiki::Plugin::transient::transientdir; chdir($dir) || next; find({ -- 2.26.2