From eb76e0b20da5ac71f304a930df5c0f9fcf56652b Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Fri, 15 Jul 2011 15:27:55 +0100 Subject: * Upped the version to 3.1.0. * Added a Mauve::VERSION constant * Updated manpages, and help to be better. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1