aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-15 04:40:32 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-15 04:40:32 +0000
commita1a7019f276902c53aad2b2cb71e74f6e974fa05 (patch)
tree6f89260f5692410e62510d7397ccbe82e6f9e677 /Makefile.PL
parent1186094987d8ddb725cf4d69fa357741117d7c11 (diff)
downloadikiwiki-a1a7019f276902c53aad2b2cb71e74f6e974fa05.tar
ikiwiki-a1a7019f276902c53aad2b2cb71e74f6e974fa05.tar.gz
man page generation
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.PL b/Makefile.PL
index df26287fa..d51334c1f 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -14,10 +14,11 @@ 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