makefile: have version.txt be a dep of ttf and otf files
This commit is contained in:
parent
5ec5be0881
commit
e3da15b09f
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -90,14 +90,14 @@ build/%.woff: build/%.ttf
|
||||||
|
|
||||||
|
|
||||||
# Master UFOs -> variable TTF
|
# Master UFOs -> variable TTF
|
||||||
$(FONTDIR)/var/%.var.ttf: src/%.designspace $(all_ufo_masters)
|
$(FONTDIR)/var/%.var.ttf: src/%.designspace $(all_ufo_masters) version.txt
|
||||||
misc/fontbuild compile-var -o $@ $(FONTBUILD_FLAGS) $<
|
misc/fontbuild compile-var -o $@ $(FONTBUILD_FLAGS) $<
|
||||||
|
|
||||||
# Instance UFO -> OTF, TTF (note: masters' rules in generated.make)
|
# Instance UFO -> OTF, TTF (note: masters' rules in generated.make)
|
||||||
$(FONTDIR)/const/Inter-%.otf: build/ufo/Inter-%.ufo
|
$(FONTDIR)/const/Inter-%.otf: build/ufo/Inter-%.ufo version.txt
|
||||||
misc/fontbuild compile -o $@ $(FONTBUILD_FLAGS) $<
|
misc/fontbuild compile -o $@ $(FONTBUILD_FLAGS) $<
|
||||||
|
|
||||||
$(FONTDIR)/const/Inter-%.ttf: build/ufo/Inter-%.ufo
|
$(FONTDIR)/const/Inter-%.ttf: build/ufo/Inter-%.ufo version.txt
|
||||||
misc/fontbuild compile -o $@ $(FONTBUILD_FLAGS) $<
|
misc/fontbuild compile -o $@ $(FONTBUILD_FLAGS) $<
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue