diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-07-13 16:02:50 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-07-13 16:02:50 +0100 |
commit | e140af144e987ff7f6d767f2dc48b9cf685803fd (patch) | |
tree | 4a01971890865b4b3ca837d563bc673cbb787de8 /Makefile | |
parent | d28af4ec946c6aa4b645b73cef47d7e0c680bc0d (diff) |
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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 |