gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] branch master updated (bddc04c -> 39faa52)


From: gnunet
Subject: [taler-www] branch master updated (bddc04c -> 39faa52)
Date: Mon, 28 Oct 2019 17:04:28 +0100

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

ng0 pushed a change to branch master
in repository www.

    from bddc04c  rewrite build mechanism to use build-script.
     new 54d8ca3  core
     new 39faa52  BABEL -> pybabel

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore  | 2 ++
 GNUmakefile | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index a7f5ed8..6d937b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,5 @@ __pycache__
 node_modules
 
 config.mk
+
+*.core
diff --git a/GNUmakefile b/GNUmakefile
index 46fc58e..37f1c72 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -29,7 +29,7 @@ all: locale template
 
 # Extract translateable strings from jinja2 templates.
 locale/messages.pot: template/*.j2 common/*.j2 common/*.j2.inc
-       $(env) PYTHONPATH="." $(BABEL) extract -F locale/babel.map -o 
locale/messages.pot .
+       $(env) PYTHONPATH="." $(pybabel) extract -F locale/babel.map -o 
locale/messages.pot .
 
 # Update translation (.po) files with new strings.
 .PHONY: locale-update

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



reply via email to

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