summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-24 10:29:29 +0200
committerChristian Grothoff <christian@grothoff.org>2020-10-24 10:29:29 +0200
commit99e4791a4acce4d354f139b45985149fd4e9d267 (patch)
tree3571914775675acbe4c1a7202ec6d3e2f88c87f5 /Makefile
parent508b1f74bb5cbbc5d6a314803a2ff828d1132642 (diff)
downloadwww-99e4791a4acce4d354f139b45985149fd4e9d267.tar.gz
www-99e4791a4acce4d354f139b45985149fd4e9d267.tar.bz2
www-99e4791a4acce4d354f139b45985149fd4e9d267.zip
deploy javascript.html
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 \