diff options
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 |