From 44a74ec022d1ab0fe3fe12fb26b3f2a432dbb2eb Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 21 Apr 2006 21:40:45 +0000 Subject: [PATCH] patch fron Branden to install the man page in Makefile.PL --- Makefile.PL | 3 +++ debian/rules | 1 - doc/usage.mdwn | 8 ++++++-- 3 files changed, 9 insertions(+), 3 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 } } diff --git a/debian/rules b/debian/rules index f64efb776..74206370b 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,6 @@ binary-indep: build dh_link usr/share/common-licenses/GPL usr/share/doc/ikiwiki/html/GPL dh_link usr/share/ikiwiki/basewiki \ usr/share/doc/ikiwiki/examples/basewiki - dh_installman ikiwiki.man dh_installchangelogs dh_compress -X html dh_fixperms diff --git a/doc/usage.mdwn b/doc/usage.mdwn index 2821cea68..89c30d56e 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -94,9 +94,13 @@ These options configure the wiki. * --svn, --nosvn - Enable or disable use of [[subversion]]. If subversion is enabled, the `source` directory is assumed to be a working copy, and is automatically updated before building the wiki. + Enable or disable use of [[subversion]]. If subversion is enabled, the + `source` directory is assumed to be a working copy, and is automatically + updated before building the wiki. - In [[CGI]] mode, with subversion enabled pages edited via the web will be committed to subversion. Also, the [[RecentChanges]] link will be placed on pages. + In [[CGI]] mode, with subversion enabled pages edited via the web will be + committed to subversion. Also, the [[RecentChanges]] link will be placed + on pages. Subversion is enabled by default. -- 2.32.0.93.g670b81a890