mirror of
https://github.com/rsms/inter.git
synced 2024-11-17 07:47:33 +01:00
makefile: re-run bake-vf.py if the script changed
This commit is contained in:
parent
3c1d3c4e3f
commit
a52cfc4fb7
1 changed files with 4 additions and 4 deletions
8
Makefile
8
Makefile
|
@ -212,11 +212,11 @@ $(FONTDIR)/var/.%.var.otf: $(UFODIR)/%.var.designspace build/features_data | $(F
|
||||||
. $(VENV) ; misc/tools/woff2 compress -o "$@" "$<"
|
. $(VENV) ; misc/tools/woff2 compress -o "$@" "$<"
|
||||||
|
|
||||||
|
|
||||||
$(FONTDIR)/var/Inter-Variable.ttf: $(FONTDIR)/var/.Inter-Roman.var.ttf
|
$(FONTDIR)/var/Inter-Variable.ttf: $(FONTDIR)/var/.Inter-Roman.var.ttf misc/tools/bake-vf.py
|
||||||
. $(VENV) ; python misc/tools/bake-vf.py $^ -o $@
|
. $(VENV) ; python misc/tools/bake-vf.py $< -o $@
|
||||||
|
|
||||||
$(FONTDIR)/var/Inter-Variable-Italic.ttf: $(FONTDIR)/var/.Inter-Italic.var.ttf
|
$(FONTDIR)/var/Inter-Variable-Italic.ttf: $(FONTDIR)/var/.Inter-Italic.var.ttf misc/tools/bake-vf.py
|
||||||
. $(VENV) ; python misc/tools/bake-vf.py $^ -o $@
|
. $(VENV) ; python misc/tools/bake-vf.py $< -o $@
|
||||||
|
|
||||||
|
|
||||||
$(FONTDIR)/static:
|
$(FONTDIR)/static:
|
||||||
|
|
Loading…
Reference in a new issue