gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-www] 03/04: include common/ files when triggering re


From: gnunet
Subject: [GNUnet-SVN] [taler-www] 03/04: include common/ files when triggering rebuilds
Date: Mon, 31 Jul 2017 10:05:29 +0200

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

grothoff pushed a commit to branch master
in repository www.

commit e773fff8a353488d54b394f6926721ccd8f6ae18
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Jul 29 20:52:06 2017 +0200

    include common/ files when triggering rebuilds
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 26fc16d..7ca561c 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ all: locale template
        cd web-common && tsc
 
 # Extract translateable strings from jinga2 templates.
-locale/messages.pot: *.j2
+locale/messages.pot: *.j2 common/*.j2 common/*.j2.inc
        env PYTHONPATH="." pybabel extract -F locale/babel.map -o 
locale/messages.pot .
 
 # Update translation (.po) files with new strings.

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



reply via email to

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