projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce78b69
)
not a contentless dependency
author
Joey Hess
<joey@gnu.kitenet.net>
Sun, 4 Oct 2009 20:10:34 +0000
(16:10 -0400)
committer
Joey Hess
<joey@gnu.kitenet.net>
Sun, 4 Oct 2009 20:10:34 +0000
(16:10 -0400)
needs link info
IkiWiki/Plugin/linkmap.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/linkmap.pm
b/IkiWiki/Plugin/linkmap.pm
index 941ed5f3672145bb6111c5a6650fb14431641297..d0671ae0e93b7877aef75b314158145ce61770db 100644
(file)
--- a/
IkiWiki/Plugin/linkmap.pm
+++ b/
IkiWiki/Plugin/linkmap.pm
@@
-28,8
+28,8
@@
sub preprocess (@) {
$params{pages}="*" unless defined $params{pages};
- # Needs to update whenever a page is added
or removed, so
- # register a dependency.
+ # Needs to update whenever a page is added
, removed, or
+ #
its links change, so
register a dependency.
add_depends($params{page}, $params{pages});
# Can't just return the linkmap here, since the htmlscrubber