aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-11-14 22:13:09 +0100
committerMattias Andrée <maandree@operamail.com>2014-11-14 22:13:09 +0100
commit5e83513e03a08126b14f09c66cccb38f07067f50 (patch)
treee91a10e940905e4f87e0e7bcdd217176c43c9c18 /Makefile
parentwrite man pages (diff)
downloadsha3sum-5e83513e03a08126b14f09c66cccb38f07067f50.tar.gz
sha3sum-5e83513e03a08126b14f09c66cccb38f07067f50.tar.bz2
sha3sum-5e83513e03a08126b14f09c66cccb38f07067f50.tar.xz
m makefile
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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)