gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-auditor] branch master updated: Move non-all target


From: gnunet
Subject: [GNUnet-SVN] [taler-auditor] branch master updated: Move non-all target below.
Date: Tue, 11 Jun 2019 12:43:33 +0200

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

marcello pushed a commit to branch master
in repository auditor.

The following commit(s) were added to refs/heads/master by this push:
     new 26c8a7c  Move non-all target below.
26c8a7c is described below

commit 26c8a7cbd76d210f6db69f55f826dee2aab96ab8
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jun 11 12:43:20 2019 +0200

    Move non-all target below.
---
 Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 18ab52c..717eef7 100644
--- a/Makefile
+++ b/Makefile
@@ -8,16 +8,16 @@
 
 include config.mk
 
-requirements:
-       pip3 install -r requirements.txt
-
 # All: build HTML pages in all languages and compile the
 # TypeScript logic in web-common.
 all: locale template
 #      cd web-common && $(TSC)
 
+requirements:
+       pip3 install -r requirements.txt
+
 # Extract translateable strings from jinja2 templates.
-locale/messages.pot: *.j2 # common/*.j2 common/*.j2.inc
+locale/messages.pot: requirements *.j2 # common/*.j2 common/*.j2.inc
        env PYTHONPATH="." $(BABEL) 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]