revert destpage part of f7bdc2385
authorJoey Hess <joey@kodama.kitenet.net>
Mon, 24 Mar 2008 00:01:26 +0000 (20:01 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Mon, 24 Mar 2008 00:01:26 +0000 (20:01 -0400)
commitcb8d1c86425999eb3572326679fae9a033664150
tree08cea19c0f50b5cc76d68895b0a945e724fe14a7
parentd2911a20a6913e46035a8731acafba6faf5997f9
revert destpage part of f7bdc2385

destpage does not normally need to be worried about when creating other files
as part of the process of rendering a page. Using destpage results in
inlined pages creating two copies of such files. It works to not use destpage
in this case because the inlining page depends on the source page, so if the
source page is modified or deleted the inlining page will be updated.
IkiWiki/Plugin/graphviz.pm
IkiWiki/Plugin/img.pm
IkiWiki/Plugin/linkmap.pm
IkiWiki/Plugin/sparkline.pm
IkiWiki/Plugin/teximg.pm