From 1ba9a395909f44358044c8c61e1c148b5ca6ea8a Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Tue, 15 Jan 2013 16:30:56 +0200 Subject: [PATCH] Put SUBDIRS+=man7 inside a WITH_MANUAL block Signed-off-by: Toni Gundogdu --- doc/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 79d8889..5dffbec 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1 +1,4 @@ -SUBDIRS= man7 +SUBDIRS= +if WITH_MANUAL +SUBDIRS+=man7 +endif -- 2.11.4.GIT