2005-12-19 18:21:19 by steve
Don't tar up the .cvsignore file.
This commit is contained in:
parent
22315f8093
commit
e56fae5ee4
1
.cvsignore
Normal file
1
.cvsignore
Normal file
@ -0,0 +1 @@
|
||||
ChangeLog
|
||||
4
Makefile
4
Makefile
@ -5,7 +5,7 @@
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
#
|
||||
# $Id: Makefile,v 1.11 2005-12-19 18:19:29 steve Exp $
|
||||
# $Id: Makefile,v 1.12 2005-12-19 18:21:19 steve Exp $
|
||||
|
||||
|
||||
#
|
||||
@ -76,7 +76,7 @@ release: 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 -cvf $(DIST_PREFIX)/$(BASE)-$(VERSION).tar $(BASE)-$(VERSION)/
|
||||
cd $(DIST_PREFIX) && tar --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