From ddeec95eb02fbf7b776f7d3641fd9adb2c8cf0cf Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Tue, 11 Feb 2014 01:30:22 +0200 Subject: [PATCH] also create a .zip distributable --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1556184d..b8761d14 100644 --- a/Makefile +++ b/Makefile @@ -505,6 +505,7 @@ dist-src: dist tar cvfj duktape-$(VERSION).tar.bz2 duktape-$(VERSION)/ tar cvf duktape-$(VERSION).tar duktape-$(VERSION)/ xz -z -e -9 duktape-$(VERSION).tar + zip -r duktape-$(VERSION).zip duktape-$(VERSION)/ mkisofs -o duktape-$(VERSION).iso duktape-$(VERSION).tar.bz2 # Website