summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-11-03 13:28:06 +0100
committerMS <ms@taler.net>2020-11-03 13:28:06 +0100
commit1a2031bfb6e092d7230294c9e75bd918561f3928 (patch)
tree299cdcf679751e3759613b0c652d1f0358d48097
parent915bca1c343dbb8f6a11f9acb437730eaa219eda (diff)
downloadbank-1a2031bfb6e092d7230294c9e75bd918561f3928.tar.gz
bank-1a2031bfb6e092d7230294c9e75bd918561f3928.tar.bz2
bank-1a2031bfb6e092d7230294c9e75bd918561f3928.zip
Address #6638
-rw-r--r--Makefile4
-rw-r--r--README10
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.