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 881d73e6..eb19ed31 100644
--- 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