From 5e83513e03a08126b14f09c66cccb38f07067f50 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 14 Nov 2014 22:13:09 +0100 Subject: m makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f606396..aa7d34d 100644 --- a/Makefile +++ b/Makefile @@ -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) -- cgit v1.2.3-70-g09d2