aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5b18e9c5..bdd3697c 100644
--- a/Makefile
+++ b/Makefile
@@ -51,8 +51,7 @@ all: css locale template
51 ($(cp) static/moved_about.html rendered/about.html) 51 ($(cp) static/moved_about.html rendered/about.html)
52 (cd rendered ; $(ln) -fs about.html philosophy) 52 (cd rendered ; $(ln) -fs about.html philosophy)
53.for _lang in ${_LOCALELIST} 53.for _lang in ${_LOCALELIST}
54 ($(sh) rssg rendered/${_lang}/news/index.html 'GNUnet News' > rendered/${_lang}/rss.xml) 54 (cd rendered; $(sh) ../rssg ${_lang}/news/index.html 'GNUnet News' > ${_lang}/news/rss.xml)
55 (cd rendered/${_lang}/news ; $(ln) -fs ../rss.xml rss.xml)
56.endfor 55.endfor
57 56
58# Extract translateable strings from jinja2 templates. 57# Extract translateable strings from jinja2 templates.