From: xrs Date: Sat, 30 Jun 2018 17:22:10 +0000 (+0200) Subject: fix --enable-documentation option X-Git-Tag: v0.11.0~322^2~103 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f47bd9b4f08d9995d62697782cecc4967b1422d0;p=oweals%2Fgnunet.git fix --enable-documentation option --- 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 if DOCUMENTATION_ONLY SUBDIRS = doc -else - SUBDIRS = doc m4 src po pkgconfig +else + SUBDIRS = m4 src po pkgconfig +if DOCUMENTATION + SUBDIRS += doc +endif endif if !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) AC_ARG_ENABLE([documentation], [AS_HELP_STRING([--enable-documentation], [build the documentation])], [documentation=${enableval}], - [documentation=yes]) + [documentation=no]) AC_MSG_RESULT($documentation) if test "x$documentation" = "xyes" then