From 04f496ee66b5d4b766d494c70b70632d25b0b43a Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Wed, 12 Sep 2018 09:44:07 -0700 Subject: makefile: fix issue with renamed italic ufo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1751b8bf7..8747db195 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ $(FONTDIR)/const/Inter-UI-Black.%: src/Inter-UI.designspace $(Black_ufo_d) misc/fontbuild compile -o $@ src/Inter-UI-Black.ufo $(FONTDIR)/const/Inter-UI-Italic.%: src/Inter-UI.designspace $(Italic_ufo_d) - misc/fontbuild compile -o $@ src/Inter-UI-RegularItalic.ufo + misc/fontbuild compile -o $@ src/Inter-UI-Italic.ufo $(FONTDIR)/const/Inter-UI-%.otf: build/ufo/Inter-UI-%.ufo src/Inter-UI.designspace $(Regular_ufo_d) $(Black_ufo_d) misc/fontbuild compile -o $@ $< -- cgit v1.2.3