summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-04-16 10:40:36 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-04-16 10:40:36 +0200
commit75d7bb2acc90eb1c6daec66dc7b73573c643ce57 (patch)
treed8ceac2c957d922065738a70d2b4d7c3e9df65b4 /Makefile
parent16636a29eb55dc5d958feacd2bb7a99cdc1bb884 (diff)
downloadwebsite-75d7bb2acc90eb1c6daec66dc7b73573c643ce57.tar.xz
Generate sitemap programatically
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index d444268..0e3a90b 100644
--- a/Makefile
+++ b/Makefile
@@ -34,10 +34,6 @@ build/resources/%: src/resources/%
@install -m644 $< $@
@echo Copied $< → $@
-build/sitemap.xml: src/sitemap.xml
- @install -Dm644 $< $@
- @echo Copied $< → $@
-
build/pgp-key.txt: src/pgp-key.txt
@install -Dm644 $< $@
@echo Copied $< → $@