aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am7
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 3 deletions
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
3 3
4if DOCUMENTATION_ONLY 4if DOCUMENTATION_ONLY
5 SUBDIRS = doc 5 SUBDIRS = doc
6else 6else
7 SUBDIRS = doc m4 src po pkgconfig 7 SUBDIRS = m4 src po pkgconfig
8if DOCUMENTATION
9 SUBDIRS += doc
10endif
8endif 11endif
9 12
10if !TALER_ONLY 13if !TALER_ONLY
diff --git a/configure.ac b/configure.ac
index 5d308c658..ee2f1f49f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -679,7 +679,7 @@ AC_MSG_CHECKING(whether to build documentation)
679AC_ARG_ENABLE([documentation], 679AC_ARG_ENABLE([documentation],
680 [AS_HELP_STRING([--enable-documentation], [build the documentation])], 680 [AS_HELP_STRING([--enable-documentation], [build the documentation])],
681 [documentation=${enableval}], 681 [documentation=${enableval}],
682 [documentation=yes]) 682 [documentation=no])
683AC_MSG_RESULT($documentation) 683AC_MSG_RESULT($documentation)
684if test "x$documentation" = "xyes" 684if test "x$documentation" = "xyes"
685then 685then