From 92f55cbbe81b7a595e40aedeeb3a57b62011b705 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 10 Oct 2014 23:23:35 +0100 Subject: Impoer keybase.txt, thunderbird config, robots.txt --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 32b2e6d..7fdff76 100644 --- a/Makefile +++ b/Makefile @@ -2,10 +2,11 @@ HTML := index.html CSS := style.css PARTIALS := $(addprefix partials/, meta.html nav.html footer.html) +WELLKNOWN := $(addprefix .well-known/, keybase.txt) FILES := $(HTML) $(CSS) sitemap.xml -site: $(addprefix build/, $(FILES)) +site: $(addprefix build/, $(FILES) $(WELLKNOWN)) clean: -rm $(addprefix build/, $(FILES)) @@ -22,4 +23,8 @@ build/sitemap.xml: src/sitemap.xml @install -Dm644 $< $@ @echo Compiled $< → $@ +build/.well-known/%: .well-known/% + @install -Dm644 $< $@ + @echo Compiled $< → $@ + partials/%: -- cgit v1.2.3-54-g00ecf