gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: Add condition to toplevel M


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: Add condition to toplevel Makefile to support building just the documentation. Cornercase for special occasions.
Date: Sat, 31 Mar 2018 13:07:38 +0200

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

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new b6cf770ab Add condition to toplevel Makefile to support building just 
the documentation. Cornercase for special occasions.
b6cf770ab is described below

commit b6cf770ab68030d2ba6d7c2c9ed0a5655de4f1d6
Author: Nils Gillmann <address@hidden>
AuthorDate: Sat Mar 31 11:07:50 2018 +0000

    Add condition to toplevel Makefile to support building just the 
documentation. Cornercase for special occasions.
    
    Signed-off-by: Nils Gillmann <address@hidden>
---
 Makefile.am | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 6864b4956..45a693ac9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,16 +1,16 @@
 # This Makefile.am is in the public domain
 AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
-SUBDIRS = doc m4 src po pkgconfig
+if DOCUMENTATION_ONLY
+  SUBDIRS = doc
+else
+  SUBDIRS = doc m4 src po pkgconfig
+endif
 
 if !TALER_ONLY
   SUBDIRS += contrib
 endif
 
-if DOCUMENTATION_ONLY
-  SUBDIRS = doc
-endif
-
 EXTRA_DIST = \
  ABOUT-NLS \
  config.rpath \

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



reply via email to

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