taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit 99e4791a4acce4d354f139b45985149fd4e9d267
parent 508b1f74bb5cbbc5d6a314803a2ff828d1132642
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 24 Oct 2020 10:29:29 +0200

deploy javascript.html

Diffstat:
MMakefile | 1+
Rtemplate/javascript.html -> static/javascript.html | 0
2 files changed, 1 insertion(+), 0 deletions(-)

diff --git 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 \ diff --git a/template/javascript.html b/static/javascript.html