taler-www

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

commit f8cb8c0e2aa950580a6a811e243a47f6b2c22699
parent 5ef1fb618f8f3dc85ec6a9a3d6f50a5657b1f027
Author: ng0 <ng0@taler.net>
Date:   Mon, 20 Jan 2020 12:28:02 +0000

install security.txt

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -36,6 +36,7 @@ all: locale template $(cp) -R $$d rendered/ ; \ done) ($(cp) -R pdf rendered/static/) + ($(mkdir) -p rendered/.well-known ; $(cp) .well-known/security.txt rendered/.well-known/) # Extract translateable strings from jinja2 templates. locale/messages.pot: template/*.j2 common/*.j2 common/*.j2.inc