From 99e4791a4acce4d354f139b45985149fd4e9d267 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 24 Oct 2020 10:29:29 +0200 Subject: deploy javascript.html --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 \ -- cgit v1.2.3