Makefile: Create .zip distributions as well as a tarball
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
This commit is contained in:
parent
06e3f05ef9
commit
0d385b8dc5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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)))
|
||||
|
|
Loading…
Reference in a new issue