gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-bank] branch master updated: fix #5108


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: fix #5108
Date: Tue, 24 Oct 2017 15:38:20 +0200

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

grothoff pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new c04007b  fix #5108
c04007b is described below

commit c04007b183cfc0e6c629621b6f6c01d272129dbb
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Oct 24 15:37:53 2017 +0200

    fix #5108
---
 Makefile.am                     | 6 +++++-
 configure.ac                    | 8 ++++++++
 talerbank/app/static/web-common | 2 +-
 3 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 63baa31..e7c89a8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,9 @@
 # This script is in the public domain.
-SUBDIRS = . talerbank doc
+
+SUBDIRS = . talerbank
+if ENABLE_DOC
+SUBDIRS += doc
+endif
 
 EXTRA_DIST = \
  requirements.txt \
diff --git a/configure.ac b/configure.ac
index eca475b..00619b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,14 @@ AM_INIT_AUTOMAKE
 AC_PROG_AWK
 AC_PROG_SED
 
+
+AC_ARG_ENABLE([[doc]],
+  [AS_HELP_STRING([[--disable-doc]], [do not build any documentation])], ,
+    [enable_doc=yes])
+test "x$enable_doc" = "xno" || enable_doc=yes
+AM_CONDITIONAL([ENABLE_DOC], [test "x$enable_doc" = "xyes"])
+
+
 #
 # Check for Python
 #
diff --git a/talerbank/app/static/web-common b/talerbank/app/static/web-common
index 489a9e3..d7e0135 160000
--- a/talerbank/app/static/web-common
+++ b/talerbank/app/static/web-common
@@ -1 +1 @@
-Subproject commit 489a9e38e6960fdce309ab8cf5ff66d930ecb3bc
+Subproject commit d7e013594d15388b1a7342a44a0e9c8d4ecca82d

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



reply via email to

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