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