1
1
mirror of https://github.com/rsms/inter.git synced 2024-10-26 04:27:42 +03:00

Fixes a typo in the Makefile related to Inter Display (#395)

fontbakery check-universal
This commit is contained in:
Thierry Charbonnel 2022-01-18 14:48:18 -05:00 committed by GitHub
parent 5d3828d7e1
commit 8cff0e92d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -291,7 +291,7 @@ build/fbreport-display-var1.txt: $(wildcard $(FONTDIR)/var/InterDisplay-*.var.tt
@echo "fontbakery check-universal InterDisplay-*.var.ttf > $(@) ..."
@$(BIN)/fontbakery $(FBAKE_VAR_ARGS) $^ > $@ || \
(cat $@; echo "report at $@"; touch -m -t 199001010000 $@; exit 1)
@echo "fontbakery check-universal InterInterDisplay-*.var.ttf"
@echo "fontbakery check-universal InterDisplay-*.var.ttf"
# check does the same thing as test, but without any dependency checks, meaning
# it will check whatever font files are already built.