From 51602ef98002bf82cc0a3d75601ff908fbfd22ec Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 11 Oct 2014 03:35:46 +0200 Subject: add new sitemap --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7fdff76..e9c8ec2 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ CSS := style.css PARTIALS := $(addprefix partials/, meta.html nav.html footer.html) WELLKNOWN := $(addprefix .well-known/, keybase.txt) -FILES := $(HTML) $(CSS) sitemap.xml +FILES := $(HTML) $(CSS) sitemap.xml sitemap1.xml site: $(addprefix build/, $(FILES) $(WELLKNOWN)) @@ -19,7 +19,7 @@ build/%.css: src/%.css @install -Dm644 $< $@ @echo Compiled $< → $@ -build/sitemap.xml: src/sitemap.xml +build/%.xml: src/%.xml @install -Dm644 $< $@ @echo Compiled $< → $@ -- cgit v1.2.3-54-g00ecf