gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: fix --enable-documentation


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix --enable-documentation option
Date: Sat, 30 Jun 2018 19:22:44 +0200

This is an automated email from the git hooks/post-receive script.

xrs pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new f47bd9b4f fix --enable-documentation option
f47bd9b4f is described below

commit f47bd9b4f08d9995d62697782cecc4967b1422d0
Author: xrs <address@hidden>
AuthorDate: Sat Jun 30 19:22:10 2018 +0200

    fix --enable-documentation option
---
 Makefile.am  | 7 +++++--
 configure.ac | 2 +-
 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
 
 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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]