From 792d1f5f207dac31cb0b648e66970442933039c9 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 5 Jan 2021 11:16:27 +0100 Subject: Revert "always and only build docs" This reverts commit cdda3d34a3a3b8133a90d934707bf9065fd4471f. --- Makefile.am | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d62e19a50..d2e8d8e05 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,19 @@ # This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include -SUBDIRS = . contrib src doc +if DOC_ONLY +if ENABLE_DOC + SUBDIRS = . contrib doc +else + SUBDIRS = . contrib +endif +else +if ENABLE_DOC + SUBDIRS = . contrib src doc +else + SUBDIRS = . contrib src +endif +endif BUILT_SOURCES = src/include/taler_error_codes.h -- cgit v1.2.3