1
0
mirror of synced 2026-01-20 17:38:02 +00:00

2005-12-19 18:21:19 by steve

Don't tar up the .cvsignore file.
This commit is contained in:
steve 2005-12-19 18:21:19 +00:00
parent 22315f8093
commit e56fae5ee4
2 changed files with 3 additions and 2 deletions

1
.cvsignore Normal file
View File

@ -0,0 +1 @@
ChangeLog

View File

@ -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)