summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 0e712b9d..003c88c8 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -15,8 +15,8 @@ all: locale template
($(python) inc/make_sitemap.py -i rendered)
($(cp) sitemap.xml rendered/sitemap.xml)
($(cp) sitemap.xml rendered/en/sitemap.xml)
- (for x in en de fr it es ru pt ; do \
- $(cp) rendered/sitemap.xml rendered/$$x ; \
+ (for lang in en de fr it es ru pt ; do \
+ $(cp) rendered/sitemap.xml rendered/$$lang ; \
done)
($(cp) -R images rendered/static/)
(for lang in en de fr it es ru pt ; \