gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: correctly install images


From: gnunet
Subject: [taler-merchant] branch master updated: correctly install images
Date: Thu, 07 Mar 2024 11:51:13 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 67a5ce1c correctly install images
67a5ce1c is described below

commit 67a5ce1c08ac6172d6350e069d36c5649fd4bdfb
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Mar 7 11:51:10 2024 +0100

    correctly install images
---
 configure.ac        |  2 +-
 contrib/wallet-core |  2 +-
 doc/Makefile.am     | 10 ++++++++++
 doc/prebuilt        |  2 +-
 4 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 3cfa0d57..0bd5bf58 100644
--- a/configure.ac
+++ b/configure.ac
@@ -212,7 +212,7 @@ AC_CHECK_HEADERS([gnunet/gnunet_util_lib.h],
 AS_IF([test $libgnunetutil != 1],
   [AC_MSG_ERROR([[
 ***
-*** You need libgnunetutil >= 0.20.0 to build this program.
+*** You need libgnunetutil >= 0.21.0 to build this program.
 *** This library is part of GNUnet, available at
 ***   https://gnunet.org
 *** ]])])
diff --git a/contrib/wallet-core b/contrib/wallet-core
index 286b4a1a..c0f30699 160000
--- a/contrib/wallet-core
+++ b/contrib/wallet-core
@@ -1 +1 @@
-Subproject commit 286b4a1ade68c0cc0dfbb2ff876364538020fd06
+Subproject commit c0f3069970e24d1fa9e308347350d6e5221aed88
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 78106516..9efaf49d 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -15,6 +15,16 @@ info_TEXINFOS = \
   prebuilt/texinfo/taler-merchant-api-tutorial.texi \
   prebuilt/texinfo/taler-merchant.texi
 
+install-info-local:
+       @echo " $(MKDIR_P) 
'$(DESTDIR)$(infodir)/taler-merchant-api-tutorial-figures'"; \
+       $(MKDIR_P) "$(DESTDIR)$(infodir)/taler-merchant-api-tutorial-figures" 
|| exit 1; \
+       @echo " $(MKDIR_P) '$(DESTDIR)$(infodir)/taler-merchant-figures'"; \
+       $(MKDIR_P) "$(DESTDIR)$(infodir)/taler-merchant-figures" || exit 1; \
+       echo " $(INSTALL_DATA) arch-api.png 
'$(DESTDIR)$(infodir)/taler-merchant-api-tutorial-figures'"; \
+       $(INSTALL_DATA) 
'$(srcdir)/prebuilt/texinfo/taler-merchant-api-tutorial-figures/arch-api.png' 
"$(DESTDIR)$(infodir)/taler-merchant-api-tutorial-figures" || exit 1;
+       echo " $(INSTALL_DATA) prebuilt/texinfo/taler-merchant-figures/*.png 
'$(DESTDIR)$(infodir)/taler-merchant-figures'"; \
+       $(INSTALL_DATA) 
'$(srcdir)/prebuilt/texinfo/taler-merchant-figures/arch-api.png' 
'$(srcdir)/prebuilt/texinfo/taler-merchant-figures/merchant_first_login.png' 
'$(srcdir)/prebuilt/texinfo/taler-merchant-figures/no_default_account_yet.png' 
'$(srcdir)/prebuilt/texinfo/taler-merchant-figures/enter_instance_details.png' 
'$(srcdir)/prebuilt/texinfo/taler-merchant-figures/instance_iban_config.png' 
'$(srcdir)/prebuilt/texinfo/taler-merchant-figures/create_orders.png' 
'$(srcdir)/prebuilt/texinfo/ [...]
+
 
 EXTRA_DIST = \
   $(man_MANS) \
diff --git a/doc/prebuilt b/doc/prebuilt
index cc782623..76a0b433 160000
--- a/doc/prebuilt
+++ b/doc/prebuilt
@@ -1 +1 @@
-Subproject commit cc7826233a726fa2a4faae47731309198ef79442
+Subproject commit 76a0b43311a1dae141e6b903e9d465da3be19ae7

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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