From e7b00abad8b6a7cefb9ec87f2745d0a5c8021c46 Mon Sep 17 00:00:00 2001 From: Harald Milz Date: Sun, 24 Mar 2019 17:20:29 +0100 Subject: [PATCH] added icalparser to Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b4c3a5e..395faf6 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,11 @@ NAME = kal3000-gcal-import +ICALPARSER = icalparser INSTALLDIR = /usr/share/wordpress/wp-content/plugins/$(NAME) VERSION = 0.1.0 release: - ( cd .. ; zip -9 -r $(NAME)-$(VERSION).zip . -i $(NAME)/*.php $(NAME)/*.txt $(NAME)/*.md ) + ( cd .. ; zip -9 -r $(NAME)-$(VERSION).zip $(ICALPARSER)/readme.md $(ICALPARSER)/src/* $(ICALPARSER)/tools/* $(NAME)/*.php $(NAME)/*.txt) install: mkdir -p $(INSTALLDIR)