From ceffae8af1c797a715ad8bc375ee3f233703b03d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 5 Jan 2008 02:23:31 -0500 Subject: * aggregate: Only save state if it was already loaded. This didn't used to * table: Fix dependency tracking for external data files. Closes: #458387 --- IkiWiki/Plugin/table.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'IkiWiki/Plugin/table.pm') diff --git a/IkiWiki/Plugin/table.pm b/IkiWiki/Plugin/table.pm index 02a2ba05d..ddc2f68be 100644 --- a/IkiWiki/Plugin/table.pm +++ b/IkiWiki/Plugin/table.pm @@ -22,6 +22,7 @@ sub preprocess (@) { #{{{ return "[[table ".gettext("cannot find file")."]]"; } $params{data} = readfile(srcfile($params{file})); + add_depends($params{page}, $params{file}); } if (lc $params{format} eq 'auto') { -- cgit v1.2.3