summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2018-09-12 19:44:07 +0300
committerRasmus Andersson <rasmus@notion.se>2018-10-11 09:37:37 +0300
commit04f496ee66b5d4b766d494c70b70632d25b0b43a (patch)
tree544f9f274a8579d74fe68af527c61990ebaa8068 /Makefile
parentbac3fc46483a50ae880a2cee139075f997c4339d (diff)
downloadinter-04f496ee66b5d4b766d494c70b70632d25b0b43a.tar.xz
makefile: fix issue with renamed italic ufo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 $@ $<