summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
2a0e6b7)
Such a dependency is unlikely, but can happen.
next if $file eq $f;
my $page=pagename($file);
if ($sub->($page, location => $p)) {
next if $file eq $f;
my $page=pagename($file);
if ($sub->($page, location => $p)) {
- if ($depends{$p}{$d} & $IkiWiki::DEPEND_LINKS) {
+ if ($depends{$p}{$d} & $IkiWiki::DEPEND_LINKS &&
+ ! $depends{$p}{$d} & $IkiWiki::DEPEND_CONTENT) {
next unless $linkchangers->{lc($page)};
}
$reason = $page;
next unless $linkchangers->{lc($page)};
}
$reason = $page;