From e140af144e987ff7f6d767f2dc48b9cf685803fd Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Wed, 13 Jul 2011 16:02:50 +0100 Subject: Big commit * Added manpages for all binaries * Added log-reopening for mauvealert-server, and logrotate snippet * mauveserver now adds a user on install, and runs as that user * Big logging tidy-up * Alert subjects are only overwritten by the source, when the subject in the databse is empty * Removed various attr_writer methods that were being redifined * Added a notes box to the acknowledge form, but this doesn't work yet --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9ec7fbd..3776678 100644 --- a/Makefile +++ b/Makefile @@ -3,11 +3,13 @@ # ## -all: man/mauveclient.1 +all: man man/mauveclient.1 man/mauveserver.1 man/mauveconsole.1 -man/%.1: bin/% +man: mkdir -p man - ruby -I lib $< --help | txt2man -t $(notdir $<) -s 1 > $@; \ + +man/%.1: bin/% + ruby -I lib $< --help | txt2man -t $(notdir $<) -s 1 > $@ clean: $(RM) -r man -- cgit v1.2.1