aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index d24a2866..5b18e9c5 100644
--- a/Makefile
+++ b/Makefile
@@ -29,11 +29,11 @@ all: css locale template
29 ($(cp) rendered/static/stage.robots.txt rendered/${_lang}) 29 ($(cp) rendered/static/stage.robots.txt rendered/${_lang})
30 ($(cp) rss.xml rendered/${_lang}) 30 ($(cp) rss.xml rendered/${_lang})
31.endfor 31.endfor
32.for _lang in ${_LOCALELIST} 32#.for _lang in ${_LOCALELIST}
33 (cd rendered/${_lang}; $(ln) -fs ../dist dist) 33# (cd rendered/${_lang}; $(ln) -fs ../dist dist)
34 (cd rendered/${_lang}; $(ln) -fs ../dist/css css) 34# (cd rendered/${_lang}; $(ln) -fs ../dist/css css)
35 (cd rendered/${_lang}; $(ln) -fs ../static static) 35# (cd rendered/${_lang}; $(ln) -fs ../static static)
36.endfor 36#.endfor
37 ($(cp) rendered/static/robots.txt rendered/dist/robots.txt) 37 ($(cp) rendered/static/robots.txt rendered/dist/robots.txt)
38 ($(cp) favicon.ico rendered/) 38 ($(cp) favicon.ico rendered/)
39 $(sh) make_sitemap.sh 39 $(sh) make_sitemap.sh
@@ -50,9 +50,10 @@ all: css locale template
50 (cd rendered/node ; $(ln) -fs about.html 397) 50 (cd rendered/node ; $(ln) -fs about.html 397)
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 'title' > rendered/${_lang}/rss.xml 54 ($(sh) rssg rendered/${_lang}/news/index.html 'GNUnet News' > rendered/${_lang}/rss.xml)
55#.endfor 55 (cd rendered/${_lang}/news ; $(ln) -fs ../rss.xml rss.xml)
56.endfor
56 57
57# Extract translateable strings from jinja2 templates. 58# Extract translateable strings from jinja2 templates.
58locale/messages.pot: template/*.j2 common/*.j2 common/*.j2.inc 59locale/messages.pot: template/*.j2 common/*.j2 common/*.j2.inc