X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=Makefile.PL;h=e5d05dea46845c17855c2d3f34bc999836cab564;hb=def02747934ebb9bbcc09de0824667666448881e;hp=d51334c1fce62e2f41af0ac40ea96d05732cbfe6;hpb=a1a7019f276902c53aad2b2cb71e74f6e974fa05;p=ikiwiki.git diff --git a/Makefile.PL b/Makefile.PL index d51334c1f..e5d05dea4 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 -a basewiki/* $(PREFIX)/share/ikiwiki/basewiki } }