From 9bedf53c0ffee098cea02c7acc2c430db18b7841 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 5 Nov 2008 13:57:48 -0500 Subject: [PATCH] another reason to require rebuilds (and not be marked safe) the plugin changes html filenames, so requiring a manual transition to enable --- IkiWiki/Plugin/po.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.26.2