summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-11-11 11:02:26 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2014-11-11 11:02:26 +0100
commit7cb0cdb41158463d575686de11df9a535bd57d31 (patch)
treed1a18e530ce442edff2913deb2dd3f2efab71a1d /Makefile
parentb4410a449f7fda06b33738433303a35034283034 (diff)
downloadtheos-website-7cb0cdb41158463d575686de11df9a535bd57d31.tar.xz
Add ptsans{,-bold,-italic}.ttf
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6d0cbff..333d0af 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,10 @@
HTML := index.html
CSS := style.css
WELLKNOWN := $(addprefix .well-known/, keybase.txt)
+FONTS := $(addprefix fonts/, ptsans.ttf ptsans-bold.ttf ptsans-italic.ttf)
FILES := $(HTML) $(CSS) robots.txt sitemap.xml sitemap1.xml \
- $(WELLKNOWN) glider.png
+ $(WELLKNOWN) $(FONTS) glider.png
site: build/.well-known/ $(addprefix build/, $(FILES))