From ed076a838cd919712f35a3432bec1f60bd7ed913 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Mon, 30 May 2022 17:59:50 -0700 Subject: [PATCH] add zip_opsz_beta rule to makefile --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7f2a15f1e..ae59b7626 100644 --- a/Makefile +++ b/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