From 10ca2c20b21ca305ecc798c9586889f240a12efb Mon Sep 17 00:00:00 2001 From: Harald Milz Date: Fri, 29 Mar 2019 00:22:01 +0100 Subject: [PATCH] added icalparser LICENSE file --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3f2ea4f..4c2c347 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,8 @@ icalparser: release: icalparser cd .. ; \ - zip -9 -r $(NAME)-$(VERSION).zip $(NAME)/$(ICALPARSER)/readme.md $(NAME)/$(ICALPARSER)/src/* $(NAME)/$(ICALPARSER)/tools/* $(NAME)/*.php $(NAME)/readme.* $(NAME)/README.* + rm -f $(NAME)-$(VERSION).zip ; \ + zip -9 -r $(NAME)-$(VERSION).zip $(NAME)/$(ICALPARSER)/readme.md $(NAME)/$(ICALPARSER)/LICENSE $(NAME)/$(ICALPARSER)/src/* $(NAME)/$(ICALPARSER)/tools/* $(NAME)/*.php $(NAME)/readme.* $(NAME)/README.* install: icalparser