From 9d6f91c7298e8940553dbaef29bf5d844c894386 Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Sat, 4 Jun 2005 15:42:37 +0000
Subject: [PATCH] do not include unusefull scripts in the tarball

---
 Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index f6c747dbd9..8323c60fff 100644
--- a/Makefile
+++ b/Makefile
@@ -37,8 +37,10 @@ clean:
 dist:
 	rm -rf gajim-$(VERSION)
 	mkdir gajim-$(VERSION)
-	cp -r data src doc po scripts gajim-$(VERSION)/
+	cp -r data src doc po gajim-$(VERSION)/
 	cp AUTHORS gajim.1 gajim.ico gajim.desktop gajim.pot COPYING Makefile Changelog README launch.sh gajim-$(VERSION)
+	mkdir gajim-$(VERSION)/scripts
+	cp scripts/gajim gajim-$(VERSION)/scripts/
 	find gajim-$(VERSION) -name '.svn' -type d | xargs rm -rf
 	find gajim-$(VERSION) -name '*.pyc' -exec rm {} \;
 	find gajim-$(VERSION) -name '*.pyo' -exec rm {} \;
-- 
GitLab