aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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