diff options
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -47,7 +47,7 @@ shake512sum = SHAKE512 default: command shell .PHONY: all -all: command shell man +all: command shell doc .PHONY: command @@ -87,6 +87,9 @@ bin/%.fish: src/completion auto-auto-complete fish --output $@ --source $< command=$* +.PHONY: doc +doc: man + .PHONY: man man: $(foreach C,$(CMDS),bin/$(C).1) |