From 41dffcbe718e70b7a170b635200086ab6564dd10 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Thu, 22 Oct 2015 10:00:30 -0400 Subject: [PATCH] Makefile: `all` generate manpages as `pandoc` is no more required Signed-off-by: Jean Privat --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cad3ffa..da0acf0 100644 --- 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 -- 1.7.9.5