mirror of
https://github.com/rsms/inter.git
synced 2024-11-27 09:49:07 +03:00
makefile: add "Inter V" to default install target
This commit is contained in:
parent
7ce515feb6
commit
b0ea12196c
6
Makefile
6
Makefile
@ -367,7 +367,11 @@ install_otf: all_otf
|
||||
mkdir -p ~/'Library/Fonts/Inter'
|
||||
cp -va $(FONTDIR)/const/*.otf ~/'Library/Fonts/Inter'
|
||||
|
||||
install: install_otf
|
||||
install_var_v: $(FONTDIR)/var/Inter-V.var.otf
|
||||
mkdir -p ~/'Library/Fonts/Inter'
|
||||
cp -va $(FONTDIR)/var/Inter-V.var.otf ~/'Library/Fonts/Inter/Inter-V.otf'
|
||||
|
||||
install: install_otf install_var_v
|
||||
|
||||
.PHONY: install install_otf install_ttf
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user