aboutsummaryrefslogtreecommitdiff
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 e47f3faa..b032c34c 100644
--- a/Makefile
+++ b/Makefile
@@ -43,6 +43,7 @@ all: locale template
43 for lang in en de es fr it; do \ 43 for lang in en de es fr it; do \
44 $(cp) $$lang/rss.xml $$lang/news/rss.xml; \ 44 $(cp) $$lang/rss.xml $$lang/news/rss.xml; \
45 done) 45 done)
46 ($(mkdir) -p rendered/.well-known ; $(cp) .well-known/security.txt rendered/.well-known/)
46 47
47# Extract translateable strings from jinja2 templates. 48# Extract translateable strings from jinja2 templates.
48# Because of the local i18nfix extractor module we need 49# Because of the local i18nfix extractor module we need