special case for page.tmpl dependency handling
authorJoey Hess <joey@kitenet.net>
Fri, 23 Apr 2010 20:41:07 +0000 (16:41 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 23 Apr 2010 20:41:07 +0000 (16:41 -0400)
commit6486452e4c94f5699d98d13e25a361435ed3ddeb
tree6ced202f49928fac0140cbab57f14f99b708c060
parent8d72e3dc09b017329397bee88db88b4c5dab351e
special case for page.tmpl dependency handling

Rather than wasting resources recording that every page depends on
page.tmpl, add a special case. The special case curretly rebuilds non-page
files too when page.tmpl changes, but that's minor.
IkiWiki/Render.pm