From f47bd9b4f08d9995d62697782cecc4967b1422d0 Mon Sep 17 00:00:00 2001 From: xrs Date: Sat, 30 Jun 2018 19:22:10 +0200 Subject: fix --enable-documentation option --- Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 45a693ac9..ad32cf920 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,8 +3,11 @@ AM_CPPFLAGS = -I$(top_srcdir)/src/include if DOCUMENTATION_ONLY SUBDIRS = doc -else - SUBDIRS = doc m4 src po pkgconfig +else + SUBDIRS = m4 src po pkgconfig +if DOCUMENTATION + SUBDIRS += doc +endif endif if !TALER_ONLY -- cgit v1.2.3