From 54784816175ebdadf5c4032363fc74d64402c2d6 Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Fri, 13 Mar 2015 18:42:53 +0100 Subject: [PATCH] Makefile: avoid packaging the website and the wiki Signed-off-by: Nicolas Sebrecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a1ccee7..4095171 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ targz: ../$(TARGZ) echo "Containing directory must be called offlineimap-$(VERSION)"; \ exit 1; \ fi; \ - pwd && cd .. && pwd && tar -zhcv --exclude '.git' -f $(TARGZ) offlineimap-$(VERSION) + pwd && cd .. && pwd && tar -zhcv --exclude '.git' --exclude 'website' --exclude 'wiki' -f $(TARGZ) offlineimap-$(VERSION) rpm: targz cd .. && sudo rpmbuild -ta $(TARGZ)