summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-11 03:50:41 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-10-11 03:50:41 +0200
commit41166cee345319221ee9e49f105185ffdf2badbc (patch)
tree321383b3cabb1f1347ee4caff643a16235e9b094
parent51602ef98002bf82cc0a3d75601ff908fbfd22ec (diff)
downloadtheos-website-41166cee345319221ee9e49f105185ffdf2badbc.tar.xz
add robot.txt to makefile
-rw-r--r--Makefile4
-rw-r--r--src/robots.txt (renamed from robots.txt)0
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e9c8ec2..7f975af 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 sitemap1.xml
+FILES := $(HTML) $(CSS) robots.txt sitemap.xml sitemap1.xml
site: $(addprefix build/, $(FILES) $(WELLKNOWN))
@@ -19,7 +19,7 @@ build/%.css: src/%.css
@install -Dm644 $< $@
@echo Compiled $< → $@
-build/%.xml: src/%.xml
+build/%: src/%
@install -Dm644 $< $@
@echo Compiled $< → $@
diff --git a/robots.txt b/src/robots.txt
index c2a49f4..c2a49f4 100644
--- a/robots.txt
+++ b/src/robots.txt