Makefile: Create .zip distributions as well as a tarball

Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
This commit is contained in:
Daniel Thompson 2021-06-03 19:56:28 +01:00
parent 06e3f05ef9
commit 0d385b8dc5

View file

@ -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)))