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 09c7c95a..50fbc8a4 100644
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,8 @@ all: css locale template
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 36 mkdir rendered/node ; cp static/moved_about.html rendered/node/about.html
37 cd rendered/node ; ln -fs about.html 397 37 cd rendered/node ; ln -fs about.html 397
38 cp static/moved_about.html rendered/about.html
39 cd rendered ; ln -fs about.html philosophy
38 40
39# Extract translateable strings from jinja2 templates. 41# Extract translateable strings from jinja2 templates.
40# Because of the local i18nfix extractor module we need 42# Because of the local i18nfix extractor module we need