summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2023-05-30 20:17:24 +0300
committerRasmus Andersson <rasmus@notion.se>2023-05-30 20:17:24 +0300
commit899eca64b7c16ab1d9034e2f9b5372f7f7fe2bea (patch)
tree65a921c8b2b4bb3b942db1036630f2e3edba1e09 /Makefile
parent9c484364cdc6c90254d252ac90986e2f49698763 (diff)
downloadinter-899eca64b7c16ab1d9034e2f9b5372f7f7fe2bea.tar.xz
tooling: revert "extras" zip distribution
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index ae6b8e7f4..120d21ad3 100644
--- a/Makefile
+++ b/Makefile
@@ -550,10 +550,6 @@ zip: all
bash misc/makezip2.sh -reveal-in-finder \
"build/release/Inter-$(VERSION)-$(shell git rev-parse --short=10 HEAD).zip"
-zip_extras: all
- bash misc/makezip2.sh -extras -reveal-in-finder \
- "build/release/Inter-$(VERSION)-$(shell git rev-parse --short=10 HEAD)-extras.zip"
-
zip_beta: \
$(FONTDIR)/var/InterV.var.ttf \
$(FONTDIR)/var/InterV.var.woff2 \
@@ -571,7 +567,6 @@ zip_beta: \
# - step2 runs tests, then makes a zip archive and updates the website (docs/ dir.)
DIST_ZIP = build/release/Inter-${VERSION}.zip
-DIST_ZIP_EXTRAS = build/release/Inter-${VERSION}-extras.zip
dist: dist_preflight
@# rebuild since font version & ID is based on git hash
@@ -603,7 +598,6 @@ dist_step2: test
dist_zip: | venv
. $(VENV) ; python misc/tools/patch-version.py misc/dist/inter.css
- bash misc/makezip2.sh -extras "$(DIST_ZIP_EXTRAS)"
bash misc/makezip2.sh -reveal-in-finder "$(DIST_ZIP)"
dist_docs: