From b76b8035de38b10f7986f6e30bf7abe497bbfa5b Mon Sep 17 00:00:00 2001 From: steve Date: Fri, 9 Jun 2006 09:22:57 +0000 Subject: [PATCH] 2006-06-09 09:22:57 by steve Added bin/ to the exclusion list. It is not part of the next release. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b5df89f..7815d29 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # -- # http://www.steve.org.uk/ # -# $Id: Makefile,v 1.46 2006-06-08 13:46:38 steve Exp $ +# $Id: Makefile,v 1.47 2006-06-09 09:22:57 steve Exp $ # @@ -109,7 +109,7 @@ release: update-version clean changelog rm -f $(DIST_PREFIX)/$(BASE)-$(VERSION).tar.gz cp -R . $(DIST_PREFIX)/$(BASE)-$(VERSION) find $(DIST_PREFIX)/$(BASE)-$(VERSION) -name "CVS" -print | xargs rm -rf - cd $(DIST_PREFIX) && tar --exclude=debian --exclude=.cvsignore -cvf $(DIST_PREFIX)/$(BASE)-$(VERSION).tar $(BASE)-$(VERSION)/ + cd $(DIST_PREFIX) && tar --exclude=bin --exclude=debian --exclude=.cvsignore -cvf $(DIST_PREFIX)/$(BASE)-$(VERSION).tar $(BASE)-$(VERSION)/ gzip $(DIST_PREFIX)/$(BASE)-$(VERSION).tar mv $(DIST_PREFIX)/$(BASE)-$(VERSION).tar.gz . rm -rf $(DIST_PREFIX)/$(BASE)-$(VERSION)