aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-19 21:51:39 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-19 21:51:39 +0000
commitf0d7a5ee1a9fe6ea28b63544904e5126faad12ec (patch)
tree6b4ba277bb73ea242233017c3a57eb17c6238386 /Makefile.PL
parent470c46c79481a9017f28d4b7ec661fe073b00fa2 (diff)
downloadikiwiki-f0d7a5ee1a9fe6ea28b63544904e5126faad12ec.tar
ikiwiki-f0d7a5ee1a9fe6ea28b63544904e5126faad12ec.tar.gz
basewiki integration
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL3
1 files changed, 3 insertions, 0 deletions
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
}
}