From: Joey Hess Date: Fri, 7 May 2010 16:43:51 +0000 (-0400) Subject: nasty update to ugly hack to allow comment() pagespecs to work X-Git-Tag: 3.20100515~74 X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=commitdiff_plain;h=5e6ed105836e4b19b1773bfd9d7f1002b1da57bf nasty update to ugly hack to allow comment() pagespecs to work --- diff --git a/IkiWiki/Render.pm b/IkiWiki/Render.pm index c9ba95363..8b1b9aef4 100644 --- a/IkiWiki/Render.pm +++ b/IkiWiki/Render.pm @@ -641,7 +641,7 @@ sub render_dependent ($$$$$$$) { # only consider internal files # if the page explicitly depends # on such files - my $internal_dep=$dep =~ /internal\(/; + my $internal_dep=$dep =~ /(?:internal|comment|comment_pending)\(/; my $in=sub { my $list=shift;