summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 353170e7..8be2c76c 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,7 @@ LANGUAGES="en de fr es it ru pt jp"
.PHONY: all
all: locale template
(cd web-common && $(tsc))
+ ($(cp) rendered/static/javascript.html rendered/javascript.html)
($(cp) rendered/static/robots.txt rendered/robots.txt)
($(cp) rendered/static/robots.txt rendered/dist/robots.txt)
(for lang in `echo $(LANGUAGES)` ; do \