From dd7a38147179a59bff9dffd824b265862aa1a59e Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 5 May 2006 20:48:20 +0000 Subject: * Add ikiwiki-mass-rebuild script, ripped out of the postinst. * Add some new config items to the estseek.conf template, which are needed by hyperestraier 1.2.3. --- Makefile.PL | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 43b6bef09..aac6946ba 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -17,7 +17,8 @@ extra_build: --exclude=/discussion --no-discussion \ --plugin=brokenlinks --plugin=pagecount \ --plugin=orphans --plugin=haiku - ./mdwn2man doc/usage.mdwn > ikiwiki.man + ./mdwn2man ikiwiki 1 doc/usage.mdwn > ikiwiki.man + ./mdwn2man ikiwiki-mass-rebuild 8 doc/ikiwiki-mass-rebuild.mdwn > ikiwiki-mass-rebuild.man extra_clean: rm -rf html doc/.ikiwiki @@ -32,6 +33,12 @@ extra_install: install -d $(PREFIX)/share/man/man1 install ikiwiki.man $(PREFIX)/share/man/man1/ikiwiki.1 + + install -d $(PREFIX)/share/man/man8 + install ikiwiki-mass-rebuild.man $(PREFIX)/share/man/man8/ikiwiki-mass-rebuild.8 + + install -d $(PREFIX)/sbin + install ikiwiki-mass-rebuild $(PREFIX)/sbin } } -- cgit v1.2.3