summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Charbonnel <thierryc@users.noreply.github.com>2022-01-18 22:48:18 +0300
committerGitHub <noreply@github.com>2022-01-18 22:48:18 +0300
commit8cff0e92d299c8a8437835dd3fe50076a43b87e8 (patch)
tree637662c484bd9b478467867946745a01f456e21e /Makefile
parent5d3828d7e1e29597714d3192d3db8f6d089dbe13 (diff)
downloadinter-8cff0e92d299c8a8437835dd3fe50076a43b87e8.tar.xz
Fixes a typo in the Makefile related to Inter Display (#395)
fontbakery check-universal
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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.