From: Jean Privat Date: Thu, 22 Oct 2015 14:00:30 +0000 (-0400) Subject: Makefile: `all` generate manpages as `pandoc` is no more required X-Git-Tag: v0.7.9~6^2~3 X-Git-Url: http://nitlanguage.org Makefile: `all` generate manpages as `pandoc` is no more required Signed-off-by: Jean Privat --- 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