summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-10 02:21:05 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-10-10 01:23:03 +0100
commitaf1a4ea4533762f617b1ae894ffe9bbdaf3427f5 (patch)
treeb4032ba6b88db62ec4f139328f5a44000c07834f /Makefile
parentced51aa57c06445dfac130ae975a612dff820b8b (diff)
downloadwebsite-af1a4ea4533762f617b1ae894ffe9bbdaf3427f5.tar.xz
remove old files, foaf, moved sitemap
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0148106..ebf6efb 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ RESOURCES := glider.png
PARTIALS := $(addprefix partials/, meta.html nav.html footer.html)
-FILES := $(HTML) $(CSS) pgp-key.txt \
+FILES := $(HTML) $(CSS) sitemap.xml pgp-key.txt \
$(addprefix resources/, $(RESOURCES))
site: $(addprefix build/, $(FILES))
@@ -24,6 +24,10 @@ build/resources/%: resources/%
@install -Dm644 $< $@
@echo Compiled $< → $@
+build/sitemap.xml: src/sitemap.xml
+ @install -Dm644 $< $@
+ @echo Compiled $< → $@
+
build/pgp-key.txt: src/pgp-key.txt
@install -Dm644 $< $@
@echo Compiled $< → $@