aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 066fdfaa..09c7c95a 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,8 @@ all: css locale template
33 cd rendered; ln -fs frontpage.html frontpage 33 cd rendered; ln -fs frontpage.html frontpage
34 cp static/moved_gsoc.html rendered/gsoc.html 34 cp static/moved_gsoc.html rendered/gsoc.html
35 cd rendered; ln -fs gsoc.html gsoc 35 cd rendered; ln -fs gsoc.html gsoc
36 mkdir rendered/node ; cp static/moved_about.html rendered/node/about.html
37 cd rendered/node ; ln -fs about.html 397
36 38
37# Extract translateable strings from jinja2 templates. 39# Extract translateable strings from jinja2 templates.
38# Because of the local i18nfix extractor module we need 40# Because of the local i18nfix extractor module we need