From 675a322d43686ffa3254c8ee015af5bed7ce11b1 Mon Sep 17 00:00:00 2001 From: Christopher Hall Date: Fri, 19 Nov 2010 09:57:42 +1300 Subject: [PATCH] added .pref to list of extensions to 'convert' --- installer/html-template-to-template-toolkit.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/html-template-to-template-toolkit.pl b/installer/html-template-to-template-toolkit.pl index 7386aed139..d9ad575ecd 100755 --- a/installer/html-template-to-template-toolkit.pl +++ b/installer/html-template-to-template-toolkit.pl @@ -29,7 +29,7 @@ my $tmpl_out_dir = 'koha-tt'; # Arguments: my $KOHA_ROOT; -my $tmpl_extn_match = "tmpl|inc|xsl"; # Type match defaults to *.tmpl plus *.inc if not specified +my $tmpl_extn_match = "tmpl|inc|xsl|pref"; # Type match defaults to *.tmpl plus *.inc if not specified my $copy_other_files = 0; my @template_files; my @files_w_tmpl_loops; -- 2.20.1