2006-06-15 10:59:40 by steve
Don't exclude 'bin' from our release.
This commit is contained in:
parent
f74d5f8af3
commit
90eaf93085
4
Makefile
4
Makefile
@ -5,7 +5,7 @@
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
#
|
||||
# $Id: Makefile,v 1.57 2006-06-10 17:11:32 steve Exp $
|
||||
# $Id: Makefile,v 1.58 2006-06-15 10:59:40 steve Exp $
|
||||
|
||||
|
||||
#
|
||||
@ -121,7 +121,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=bin --exclude=debian --exclude=.cvsignore -cvf $(DIST_PREFIX)/$(BASE)-$(VERSION).tar $(BASE)-$(VERSION)/
|
||||
cd $(DIST_PREFIX) && tar --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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user