From 8e50f39a2c1ba03011bd1e5c51d0721f220e2e7a Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 1 Apr 2019 14:06:27 +0000 Subject: add ability to build manpages independent from other documentation choices --- doc/Makefile.am | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index 4443b42f8..eb23b534b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,9 +1,14 @@ # This Makefile.am is in the public domain if DOCUMENTATION - SUBDIRS = man doxygen handbook tutorial + SUBDIRS = doxygen handbook tutorial endif + if !DOCUMENTATION - SUBDIRS = man doxygen + SUBDIRS = doxygen +endif + +if INCLUDE_MANPAGES + SUBDIRS += man endif EXTRA_DIST = \ -- cgit v1.2.3