From: Joey Hess Date: Wed, 5 Nov 2008 18:57:48 +0000 (-0500) Subject: another reason to require rebuilds (and not be marked safe) X-Git-Tag: 3.15~403^2~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9bedf53c0ffee098cea02c7acc2c430db18b7841;p=ikiwiki.git another reason to require rebuilds (and not be marked safe) the plugin changes html filenames, so requiring a manual transition to enable --- diff --git a/IkiWiki/Plugin/po.pm b/IkiWiki/Plugin/po.pm index 9dda8c0db..35eed6118 100644 --- a/IkiWiki/Plugin/po.pm +++ b/IkiWiki/Plugin/po.pm @@ -47,7 +47,7 @@ sub getsetup () { #{{{ return plugin => { safe => 0, - rebuild => 1, # format plugin + rebuild => 1, # format plugin & changes html filenames }, po_master_language => { type => "string",