From 8cff0e92d299c8a8437835dd3fe50076a43b87e8 Mon Sep 17 00:00:00 2001 From: Thierry Charbonnel Date: Tue, 18 Jan 2022 14:48:18 -0500 Subject: [PATCH] Fixes a typo in the Makefile related to Inter Display (#395) fontbakery check-universal --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b59303a43..3617c2721 100644 --- a/Makefile +++ b/Makefile @@ -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.