aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-07-15 15:27:55 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-07-15 15:27:55 +0100
commiteb76e0b20da5ac71f304a930df5c0f9fcf56652b (patch)
treeeaaa973f051740ec3fb8025508f121d06452dfd3 /Makefile
parent18b0906630ab4165d1e8b4bc66d7446b17c31605 (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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3776678..b412315 100644
--- a/Makefile
+++ b/Makefile
@@ -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