diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-07-15 15:27:55 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-07-15 15:27:55 +0100 |
commit | eb76e0b20da5ac71f304a930df5c0f9fcf56652b (patch) | |
tree | eaaa973f051740ec3fb8025508f121d06452dfd3 /Makefile | |
parent | 18b0906630ab4165d1e8b4bc66d7446b17c31605 (diff) |
* Upped the version to 3.1.0.
* Added a Mauve::VERSION constant
* Updated manpages, and help to be better.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ man: mkdir -p man man/%.1: bin/% - ruby -I lib $< --help | txt2man -t $(notdir $<) -s 1 > $@ + ruby -I lib $< --manual | txt2man -t $(notdir $<) -s 1 > $@ clean: $(RM) -r man |