summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-01-04 17:05:47 +0100
committerFlorian Dold <florian@dold.me>2021-01-04 17:05:47 +0100
commitcdda3d34a3a3b8133a90d934707bf9065fd4471f (patch)
tree437edba25e53882af322430b3434df18b3497d01 /Makefile.am
parentb870133467f833e04fd891ecef31b67919419e4f (diff)
downloadexchange-cdda3d34a3a3b8133a90d934707bf9065fd4471f.tar.gz
exchange-cdda3d34a3a3b8133a90d934707bf9065fd4471f.tar.bz2
exchange-cdda3d34a3a3b8133a90d934707bf9065fd4471f.zip
always and only build docs
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am14
1 files changed, 1 insertions, 13 deletions
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