mirror of
https://github.com/rsms/inter.git
synced 2024-11-17 07:47:33 +01:00
add zip_opsz_beta rule to makefile
This commit is contained in:
parent
e72d8ee52e
commit
ed076a838c
1 changed files with 7 additions and 1 deletions
8
Makefile
8
Makefile
|
@ -308,7 +308,13 @@ zip: all
|
|||
bash misc/makezip2.sh -reveal-in-finder \
|
||||
"build/release/Inter-$(VERSION)-$(shell git rev-parse --short=10 HEAD).zip"
|
||||
|
||||
.PHONY: zip
|
||||
zip_opsz_beta: $(FONTDIR)/var/Inter-V.var.ttf
|
||||
mkdir -p build/release
|
||||
zip -j -q -X \
|
||||
"build/release/Inter-opsz-beta-$(VERSION)-$(shell git rev-parse --short=10 HEAD).zip" \
|
||||
$^
|
||||
|
||||
.PHONY: zip zip_opsz_beta
|
||||
|
||||
# ---------------------------------------------------------------------------------
|
||||
# distribution
|
||||
|
|
Loading…
Reference in a new issue