From cdda3d34a3a3b8133a90d934707bf9065fd4471f Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 4 Jan 2021 17:05:47 +0100 Subject: always and only build docs --- Makefile.am | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d2e8d8e05..d62e19a50 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,19 +1,7 @@ # This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include -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 +SUBDIRS = . contrib src doc BUILT_SOURCES = src/include/taler_error_codes.h -- cgit v1.2.3