diff options
author | Florian Dold <florian@dold.me> | 2021-01-04 17:05:47 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-01-04 17:05:47 +0100 |
commit | cdda3d34a3a3b8133a90d934707bf9065fd4471f (patch) | |
tree | 437edba25e53882af322430b3434df18b3497d01 /Makefile.am | |
parent | b870133467f833e04fd891ecef31b67919419e4f (diff) |
always and only build docs
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 14 |
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 |