From 0d385b8dc593b4e8207824d0e8ef9b22d2f9c98d Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Thu, 3 Jun 2021 19:56:28 +0100 Subject: [PATCH] Makefile: Create .zip distributions as well as a tarball Signed-off-by: Daniel Thompson --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 77618f9..77f5cff 100644 --- a/Makefile +++ b/Makefile @@ -134,4 +134,4 @@ dist: docs (cd $(DIST); ln -s docs/_images/ res) find $(DIST) -name __pycache__ | xargs $(RM) -r tar -C .. -zcf $(DIST).tar.gz $(notdir $(DIST)) - + (cd ..; zip -9r $(DIST).zip $(notdir $(DIST)))