summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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 $< → $@