aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f54788d9..ff223d56 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
3include build-system/config.mk 3include build-system/config.mk
4 4
5# List of all supported languages, add new languages here! 5# List of all supported languages, add new languages here!
6LANGUAGES="en de fr it es" 6LANGUAGES="en de fr it es ar hi ja ko pt zh_Hant"
7 7
8# All: build HTML pages in all languages and compile the 8# All: build HTML pages in all languages and compile the
9# TypeScript logic in web-common. 9# TypeScript logic in web-common.
@@ -30,8 +30,9 @@ all: locale template
30 done) 30 done)
31 (cd rendered; \ 31 (cd rendered; \
32 for lang in `echo $(LANGUAGES)`; do \ 32 for lang in `echo $(LANGUAGES)`; do \
33 $(cp) $$lang/rss.xml $$lang/news/rss.xml; \ 33 mkdir -p $$lang/news/ &> /dev/null \
34 done) 34 $(cp) $$lang/rss.xml $$lang/news/rss.xml; \
35 done)
35 (for d in dist ; do \ 36 (for d in dist ; do \
36 $(cp) -R $$d rendered/ ; \ 37 $(cp) -R $$d rendered/ ; \
37 done) 38 done)