diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-10 02:21:05 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-10 01:23:03 +0100 |
commit | af1a4ea4533762f617b1ae894ffe9bbdaf3427f5 (patch) | |
tree | b4032ba6b88db62ec4f139328f5a44000c07834f /Makefile | |
parent | ced51aa57c06445dfac130ae975a612dff820b8b (diff) | |
download | website-af1a4ea4533762f617b1ae894ffe9bbdaf3427f5.tar.xz |
remove old files, foaf, moved sitemap
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 $< → $@ |