gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: Address #6638


From: gnunet
Subject: [taler-bank] branch master updated: Address #6638
Date: Tue, 03 Nov 2020 13:28:10 +0100

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

ms pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 1a2031b  Address #6638
1a2031b is described below

commit 1a2031bfb6e092d7230294c9e75bd918561f3928
Author: MS <ms@taler.net>
AuthorDate: Tue Nov 3 13:28:06 2020 +0100

    Address #6638
---
 Makefile |  4 ++--
 README   | 10 +++++++---
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index dad2d03..0a69f54 100644
--- a/Makefile
+++ b/Makefile
@@ -8,9 +8,9 @@ all:
 .PHONY: install
 
 ifeq ($(install_global), true)
-install: i18n install-global
+install: install-global
 else
-install: i18n install-local
+install: install-local
 endif
 
 .PHONY: i18n-strings
diff --git a/README b/README
index b05ce03..0de25a4 100644
--- a/README
+++ b/README
@@ -24,12 +24,16 @@ $ make i18n-strings
 
 It is then required to put the extended PO files under versioning.
 
-Note that the compilation of PO files into MO files is implicit into
-the installation target, but if really needed, it can be invoked in
-the following way:
+Note that the compilation of PO files into MO files is NOT implicit
+into the installation target, and it must can be invoked in the following
+way:
 
 $ make i18n
 
+After the previous step, the bank can be installed with the usual:
+
+$ make install # it will install the fresh compiled MO files.
+
 The following command creates *new* languages to be translated.  In
 particular, it produces the PO file for the language being added.
 

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