]> sipb.mit.edu Git - ikiwiki.git/blobdiff - Makefile.PL
web commit by joey
[ikiwiki.git] / Makefile.PL
index 1e9d374a46b83ebfdc06f35a13aa1dd052e57a44..d51334c1fce62e2f41af0ac40ea96d05732cbfe6 100755 (executable)
@@ -14,12 +14,15 @@ pure_install:: extra_install
 extra_build:
        ./ikiwiki doc templates html --wikiname="ikiwiki" --verbose \
                --nosvn --exclude=/discussion
-
+       ./mdwn2man doc/usage.mdwn > ikiwiki.man
+               
 extra_clean:
-       rm -rf html
-       rm -rf doc/.ikiwiki
+       rm -rf html doc/.ikiwiki
+       rm -f ikiwiki.man
 
 extra_install:
+       install -d $(PREFIX)/share/ikiwiki/templates
+       cp templates/* $(PREFIX)/share/ikiwiki/templates
 }
 }