gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-backoffice] branch master updated: Compile translati


From: gnunet
Subject: [GNUnet-SVN] [taler-backoffice] branch master updated: Compile translations before installing.
Date: Wed, 05 Sep 2018 20:55:05 +0200

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

marcello pushed a commit to branch master
in repository backoffice.

The following commit(s) were added to refs/heads/master by this push:
     new 861e4ec  Compile translations before installing.
861e4ec is described below

commit 861e4ec8c7c1c789b62690704932351bb9c58504
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Sep 5 20:54:48 2018 +0200

    Compile translations before installing.
---
 Makefile.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index 0565e4b..e54f1e1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -49,10 +49,12 @@ install-data: $(templates) install-js
 devinstall: $(templates) install-data
        @pip3 install -e . --install-option="address@hidden@"
 
+compile-lang:
+       $(MAKE) -C talerbackoffice/backoffice/templates compile
 
 # install into prefix
 .PHONY: install
-install: $(templates) install-data
+install: $(templates) install-data compile-lang
        @pip3 install . --install-option="address@hidden@"
        @# force update when sources changed
        @pip3 install . --install-option="address@hidden@" --upgrade --no-deps

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



reply via email to

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