1
0
Fork 0

Makefile: Create .zip distributions as well as a tarball

Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
pull/213/merge
Daniel Thompson 2021-06-03 19:56:28 +01:00
parent 06e3f05ef9
commit 0d385b8dc5
1 changed files with 1 additions and 1 deletions

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