mirror of
https://github.com/rsms/inter.git
synced 2024-11-17 07:47:33 +01:00
makefile: adds target alias designspace
This commit is contained in:
parent
755ccf596a
commit
234b62ea8f
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
@ -19,6 +19,8 @@
|
|||
# all_var_hinted Build all variable font files with hints into
|
||||
# FONTDIR/var-hinted
|
||||
#
|
||||
# designspace Build src/Inter-UI.designspace from src/Inter-UI.glyphs
|
||||
#
|
||||
# Style-specific targets:
|
||||
# STYLE_otf Build OTF file for STYLE into FONTDIR/const
|
||||
# STYLE_ttf Build TTF file for STYLE into FONTDIR/const
|
||||
|
@ -87,6 +89,9 @@ $(FONTDIR)/const/Inter-UI-%.ttf: build/ufo/Inter-UI-%.ufo src/Inter-UI.designspa
|
|||
src/Inter-UI.designspace: src/Inter-UI.glyphs
|
||||
misc/fontbuild glyphsync $<
|
||||
|
||||
designspace: src/Inter-UI.designspace
|
||||
.PHONY: designspace
|
||||
|
||||
# These rules simply short-circuit Make for performance
|
||||
src/Inter-UI.glyphs:
|
||||
@true
|
||||
|
|
Loading…
Reference in a new issue