diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-04-21 21:40:45 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-04-21 21:40:45 +0000 |
commit | 44a74ec022d1ab0fe3fe12fb26b3f2a432dbb2eb (patch) | |
tree | af9276c5bb80c429fbb1dec17ccf38463e88bd61 /Makefile.PL | |
parent | 170a6de6ab040e4d8e173a28d128c4ae07ac4191 (diff) | |
download | ikiwiki-44a74ec022d1ab0fe3fe12fb26b3f2a432dbb2eb.tar ikiwiki-44a74ec022d1ab0fe3fe12fb26b3f2a432dbb2eb.tar.gz |
patch fron Branden to install the man page in Makefile.PL
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-x | Makefile.PL | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index f3daaed2f..9d31dcb8b 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -26,6 +26,9 @@ extra_install: install -d $(PREFIX)/share/ikiwiki/basewiki cp -a basewiki/* $(PREFIX)/share/ikiwiki/basewiki + + install -d $(PREFIX)/share/man/man1 + install ikiwiki.man $(PREFIX)/share/man/man1/ikiwiki.1 } } |