aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 1e9d374a4..df26287fa 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -20,6 +20,8 @@ extra_clean:
rm -rf doc/.ikiwiki
extra_install:
+ install -d $(PREFIX)/share/ikiwiki/templates
+ cp templates/* $(PREFIX)/share/ikiwiki/templates
}
}