X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/a1a7019f276902c53aad2b2cb71e74f6e974fa05..3eb389ca61182e7da35110277591a3f23e823aff:/Makefile.PL diff --git a/Makefile.PL b/Makefile.PL index d51334c1f..5ca5e1259 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -23,6 +23,9 @@ extra_clean: extra_install: install -d $(PREFIX)/share/ikiwiki/templates cp templates/* $(PREFIX)/share/ikiwiki/templates + + install -d $(PREFIX)/share/ikiwiki/basewiki + cp basewiki/* $(PREFIX)/share/ikiwiki/basewiki } }