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 866377f6..02fd0cd3 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,8 @@ all: locale template
22 cp rendered/static/robots.txt rendered/es/robots.txt 22 cp rendered/static/robots.txt rendered/es/robots.txt
23 cp rendered/static/robots.txt rendered/fr/robots.txt 23 cp rendered/static/robots.txt rendered/fr/robots.txt
24 cp rendered/static/robots.txt rendered/it/robots.txt 24 cp rendered/static/robots.txt rendered/it/robots.txt
25 /bin/sh make_sitemap.sh
26 cp rendered/sitemap.xml rendered/en/sitemap.xml
25 27
26# Extract translateable strings from jinja2 templates. 28# Extract translateable strings from jinja2 templates.
27# Because of the local i18nfix extractor module we need 29# Because of the local i18nfix extractor module we need