Makefile: `all` generate manpages as `pandoc` is no more required
authorJean Privat <jean@pryen.org>
Thu, 22 Oct 2015 14:00:30 +0000 (10:00 -0400)
committerJean Privat <jean@pryen.org>
Thu, 22 Oct 2015 14:00:30 +0000 (10:00 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

Makefile

index cad3ffa..da0acf0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ NITCOPT=
 # Additional program directories (contrib and examples) that are buildable
 PROGS=$(dir $(wildcard examples/*/Makefile contrib/*/Makefile))
 
-all: tools
+all: tools man
 
 # Compile all programs in $PROGS
 full: all