aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index adbfdaef..8dcb8526 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ all: locale template
31 cp rss.xml rendered/fr/rss.xml 31 cp rss.xml rendered/fr/rss.xml
32 cp rss.xml rendered/it/rss.xml 32 cp rss.xml rendered/it/rss.xml
33 cp static/moved.html rendered/frontpage.html 33 cp static/moved.html rendered/frontpage.html
34 cd rendered; ln -s frontpage.html frontpage 34 cd rendered; ln -fs frontpage.html frontpage
35 35
36# Extract translateable strings from jinja2 templates. 36# Extract translateable strings from jinja2 templates.
37# Because of the local i18nfix extractor module we need 37# Because of the local i18nfix extractor module we need