gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] branch master updated: for-loop for directories.


From: gnunet
Subject: [taler-www] branch master updated: for-loop for directories.
Date: Mon, 28 Oct 2019 18:39:05 +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 e59072f  for-loop for directories.
e59072f is described below

commit e59072f444030aaa2e32f828e99219c1beadee61
Author: ng0 <address@hidden>
AuthorDate: Mon Oct 28 17:38:47 2019 +0000

    for-loop for directories.
---
 GNUmakefile | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/GNUmakefile b/GNUmakefile
index 37f1c72..c460217 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -21,11 +21,7 @@ all: locale template
        $(cp) -R images rendered/
        for x in en de fr it es ru pt ; do $(cp) -R images rendered/$$x ; done
        for x in en de fr it es ru pt ; do $(cp) -R web-common rendered/$$x ; 
done
-       $(cp) -R dist rendered/
-       $(cp) -R icons rendered/
-       $(cp) -R papers rendered/
-       $(cp) -R pdf rendered/
-       $(cp) -R presentations rendered/
+       for d in dist icons papers pdf presentations ; do $(cp) -R $$d 
rendered/ ; done
 
 # Extract translateable strings from jinja2 templates.
 locale/messages.pot: template/*.j2 common/*.j2 common/*.j2.inc

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



reply via email to

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