aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-04 12:24:35 +0000
committerng0 <ng0@n0.is>2019-11-04 12:24:35 +0000
commitbd2993fe0e7bc8ac65b5023b11960cf505791892 (patch)
tree16f7c8ad612dcb3a5a199e8511751a36cefff059
parentbf67a008ebd48952ee5576bf15ff62f79e401aaa (diff)
downloadwww-bd2993fe0e7bc8ac65b5023b11960cf505791892.tar.gz
www-bd2993fe0e7bc8ac65b5023b11960cf505791892.zip
add symlinks in case someone used these rss files.
-rw-r--r--GNUmakefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 1473444c..116e843b 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -45,6 +45,12 @@ all: css locale template
45 for lang in en de es fr it; do \ 45 for lang in en de es fr it; do \
46 $(sh) ../rssg $$lang/news/index.html 'GNUnet.org' > $$lang/news/rss.xml; \ 46 $(sh) ../rssg $$lang/news/index.html 'GNUnet.org' > $$lang/news/rss.xml; \
47 done) 47 done)
48 cd rendered/en ; $(ln) -fs news/index.html rss.xml
49 cd rendered/de ; $(ln) -fs news/index.html rss.xml
50 cd rendered/es ; $(ln) -fs news/index.html rss.xml
51 cd rendered/fr ; $(ln) -fs news/index.html rss.xml
52 cd rendered/it ; $(ln) -fs news/index.html rss.xml
53
48 54
49# Extract translateable strings from jinja2 templates. 55# Extract translateable strings from jinja2 templates.
50# Because of the local i18nfix extractor module we need 56# Because of the local i18nfix extractor module we need