summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 821de1262..1d6240867 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -1046,6 +1046,8 @@ END
next if($dir =~ /^CVS$/i);
my $path = File::Spec->catdir($templatedir, $dir, 'custom');
push(@templatepaths, $path) if(-d $path);
+ $path = File::Spec->catdir($templatedir, $dir, 'extension');
+ push(@templatepaths, $path) if(-d $path);
$path = File::Spec->catdir($templatedir, $dir, 'default');
push(@templatepaths, $path) if(-d $path);
}
@@ -1088,6 +1090,9 @@ END
# => $datadir/template/`pwd`/template/{en, ...}/{custom,default}
COMPILE_DIR => "$datadir/template",
+ # Initialize templates (f.e. by loading plugins like Hook).
+ PRE_PROCESS => "global/initialize.none.tmpl",
+
# These don't actually need to do anything here, just exist
FILTERS =>
{