gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch master updated: add symlinks in case someone used these rss


From: gnunet
Subject: [www] branch master updated: add symlinks in case someone used these rss files.
Date: Mon, 04 Nov 2019 13:27:29 +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 bd2993f  add symlinks in case someone used these rss files.
bd2993f is described below

commit bd2993fe0e7bc8ac65b5023b11960cf505791892
Author: ng0 <address@hidden>
AuthorDate: Mon Nov 4 12:24:35 2019 +0000

    add symlinks in case someone used these rss files.
---
 GNUmakefile | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/GNUmakefile b/GNUmakefile
index 1473444..116e843 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -45,6 +45,12 @@ all: css locale template
                for lang in en de es fr it; do \
                        $(sh) ../rssg $$lang/news/index.html 'GNUnet.org' > 
$$lang/news/rss.xml; \
                done)
+       cd rendered/en ; $(ln) -fs news/index.html rss.xml
+       cd rendered/de ; $(ln) -fs news/index.html rss.xml
+       cd rendered/es ; $(ln) -fs news/index.html rss.xml
+       cd rendered/fr ; $(ln) -fs news/index.html rss.xml
+       cd rendered/it ; $(ln) -fs news/index.html rss.xml
+
 
 # Extract translateable strings from jinja2 templates.
 # Because of the local i18nfix extractor module we need

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



reply via email to

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