diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-11 03:50:41 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-11 03:50:41 +0200 |
commit | 41166cee345319221ee9e49f105185ffdf2badbc (patch) | |
tree | 321383b3cabb1f1347ee4caff643a16235e9b094 /Makefile | |
parent | 51602ef98002bf82cc0a3d75601ff908fbfd22ec (diff) | |
download | theos-website-41166cee345319221ee9e49f105185ffdf2badbc.tar.xz |
add robot.txt to makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 $< → $@ |