diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-11-05 13:57:48 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-11-05 13:57:48 -0500 |
commit | 9bedf53c0ffee098cea02c7acc2c430db18b7841 (patch) | |
tree | ed05d518242fae5e29775806d2ab5849a7dc5a3c /IkiWiki | |
parent | f2dd41d1e86dd9be38e48a7ec93b500c037e73c4 (diff) |
another reason to require rebuilds (and not be marked safe)
the plugin changes html filenames, so requiring a manual transition to
enable
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Plugin/po.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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", |