summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2022-06-03 23:12:17 +0300
committerRasmus Andersson <rasmus@notion.se>2022-06-03 23:12:17 +0300
commit67947d74cf113a22e6be4b069a96889d42cd7594 (patch)
treeae166ab1baf73d9696471a9c84b15a4d1c09e69c /Makefile
parent54ea09e92d52fba05a6e532f868ed9c253e6d944 (diff)
downloadinter-67947d74cf113a22e6be4b069a96889d42cd7594.tar.xz
makefile: fix var_no_slnt_axis rule
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b00c2246d..123f1120e 100644
--- a/Makefile
+++ b/Makefile
@@ -245,9 +245,10 @@ var: \
$(FONTDIR)/var/Inter.var.ttf \
$(FONTDIR)/var/Inter-V.var.ttf
-var_no_slnt_axis: | venv \
+var_no_slnt_axis: \
$(FONTDIR)/var/Inter-roman.var.ttf \
- $(FONTDIR)/var/Inter-italic.var.ttf
+ $(FONTDIR)/var/Inter-italic.var.ttf \
+ | venv
. $(VENV) ; python misc/tools/postprocess-single-axis-vfs.py $^
var_web: $(FONTDIR)/var/Inter.var.woff2