gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] 01/02: makefile


From: gnunet
Subject: [taler-www] 01/02: makefile
Date: Tue, 04 May 2021 22:02:46 +0200

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

dold pushed a commit to branch stable
in repository www.

commit e1e81e1dd3b5ee33ec3db206832a6cf0306ea913
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue May 4 22:02:35 2021 +0200

    makefile
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 034d0db..93448f6 100644
--- a/Makefile
+++ b/Makefile
@@ -51,6 +51,7 @@ locale-update: locale/messages.pot
 .PHONY: locale-compile
 locale-compile:
        (for lang in `echo $(LANGUAGES)`; do \
+               echo compiling $$lang; \
                $(pybabel) -q compile -d locale -l $$lang --use-fuzzy ; \
        done)
 
@@ -61,7 +62,6 @@ locale: locale-update locale-compile
 # Run the jinja2 templating engine to expand templates to HTML
 # incorporating translations.
 template: locale-compile
-
        env BASEURL=$(opt_baseurl) ./make_site.py
 
 .PHONY: run

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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