inline: if using pagenames, don't add a dependency on "page1 or page2 or..."
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>
Thu, 27 Aug 2009 22:30:41 +0000 (23:30 +0100)
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>
Fri, 28 Aug 2009 14:34:35 +0000 (15:34 +0100)
commitd92f767fb772c9b11293134bd67bc1261aea8f1e
tree80231ac01765b5b993eb8695cfeae74a584a977b
parent8b927d4a6565125bc09d18d9e971f804d1e44e0a
inline: if using pagenames, don't add a dependency on "page1 or page2 or..."

This is unnecessary and just slows us down (by a factor of 2, in the
pessimal case where every page has an inline with pagenames); it's also
not possible to optimize it into add_depends_exact calls.
IkiWiki/Plugin/inline.pm