gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch master updated: pythonpath


From: gnunet
Subject: [www] branch master updated: pythonpath
Date: Sat, 14 Dec 2019 17:53:51 +0100

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

ng0 pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 6440883  pythonpath
6440883 is described below

commit 64408831b5829aadca844100f6460d928b5cac60
Author: ng0 <address@hidden>
AuthorDate: Sat Dec 14 16:50:33 2019 +0000

    pythonpath
---
 GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GNUmakefile b/GNUmakefile
index ffe9c28..b384d78 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -48,7 +48,7 @@ all: locale template
 # Because of the local i18nfix extractor module we need
 # to set the pythonpath before invoking pybabel.
 locale/messages.pot: common/*.j2.inc template/*.j2
-       $(env) PYTHONPATH=. $(pybabel) -q extract -F locale/babel.map -o 
locale/messages.pot .
+       $(env) PYTHONPATH=".:./inc" $(pybabel) -q extract -F locale/babel.map 
-o locale/messages.pot .
 
 # Update translation (.po) files with new strings.
 locale-update: locale/messages.pot

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



reply via email to

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