From 020893243a2dde911d5853ade8070fcef9c5fad9 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sun, 14 Jan 2018 21:30:59 +0000 Subject: Makefile, configure.ac, doc/Makefile: Add the ability to opt-out of documentation building with --disable-documentation, defaults to --enable-documentation --- Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7fae33e0f..41967a513 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,7 @@ # This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include -if DOC_ONLY - SUBDIRS = doc m4 po pkgconfig -else - SUBDIRS = doc m4 src po pkgconfig -endif +SUBDIRS = doc m4 src po pkgconfig if !TALER_ONLY SUBDIRS += contrib -- cgit v1.2.3