gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: install documentation images


From: gnunet
Subject: [taler-exchange] branch master updated: install documentation images
Date: Thu, 07 Mar 2024 11:41:57 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 945d9fe6 install documentation images
945d9fe6 is described below

commit 945d9fe64f9024a75239e2f1a4d2997f5f4b041b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Mar 7 11:41:54 2024 +0100

    install documentation images
---
 doc/Makefile.am | 9 +++++++++
 doc/prebuilt    | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 6952412c..ca973a1a 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -50,6 +50,15 @@ info_TEXINFOS = \
   prebuilt/texinfo/taler-developer-manual.texi \
   prebuilt/texinfo/taler-exchange.texi
 
+install-info-local:
+       @echo " $(MKDIR_P) '$(DESTDIR)$(infodir)/taler-auditor-figures'"; \
+       $(MKDIR_P) "$(DESTDIR)$(infodir)/taler-auditor-figures" || exit 1; \
+       @echo " $(MKDIR_P) '$(DESTDIR)$(infodir)/taler-exchange-figures'"; \
+       $(MKDIR_P) "$(DESTDIR)$(infodir)/taler-exchange-figures" || exit 1; \
+       echo " $(INSTALL_DATA) auditor-db.png replication.png 
'$(DESTDIR)$(infodir)/taler-auditor-figures'"; \
+       $(INSTALL_DATA) 
'$(srcdir)/prebuilt/texinfo/taler-auditor-figures/auditor-db.png' 
'$(srcdir)/prebuilt/texinfo/taler-auditor-figures/replication.png' 
"$(DESTDIR)$(infodir)/taler-auditor-figures" || exit 1;
+       echo " $(INSTALL_DATA) kyc-process.png exchange-db.png 
'$(DESTDIR)$(infodir)/taler-exchange-figures'"; \
+       $(INSTALL_DATA) 
'$(srcdir)/prebuilt/texinfo/taler-exchange-figures/kyc-process.png' 
'$(srcdir)/prebuilt/texinfo/taler-exchange-figures/exchange-db.png' 
"$(DESTDIR)$(infodir)/taler-exchange-figures" || exit 1;
 
 EXTRA_DIST = \
   $(man_MANS) \
diff --git a/doc/prebuilt b/doc/prebuilt
index cc782623..24a73423 160000
--- a/doc/prebuilt
+++ b/doc/prebuilt
@@ -1 +1 @@
-Subproject commit cc7826233a726fa2a4faae47731309198ef79442
+Subproject commit 24a73423d15103ba92b682a9a7f34e02f31a151d

-- 
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]