makefile: fix var_no_slnt_axis rule
This commit is contained in:
parent
54ea09e92d
commit
67947d74cf
1 changed files with 3 additions and 2 deletions
5
Makefile
5
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
|
||||
|
|
|
|||
Reference in a new issue