gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] branch master updated: removing PYTHONPATH does not help :-(


From: gnunet
Subject: [taler-www] branch master updated: removing PYTHONPATH does not help :-(
Date: Mon, 23 Dec 2019 01:21:28 +0100

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

grothoff pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 76486bd  removing PYTHONPATH does not help :-(
76486bd is described below

commit 76486bde5f5f5f00bff8b56fc6abe6a4e2598b63
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Dec 23 01:21:25 2019 +0100

    removing PYTHONPATH does not help :-(
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 4973952..ba56af5 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ all: locale template
 
 # Extract translateable strings from jinja2 templates.
 locale/messages.pot: template/*.j2 common/*.j2 common/*.j2.inc
-       $(pybabel) extract -F locale/babel.map -o locale/messages.pot .
+       PYTHONPATH=".:./inc" $(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]