summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-11 22:58:57 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-11 22:58:57 +0000
commit18cadd5325c3ddba03b4b1836f119a3adfba9e19 (patch)
tree07656bb306dfd32c50dd320230a6210bf71689a7 /Makefile
parentdafc4bc89afe2d1b8f7482b54277a9aaebf1b1ce (diff)
*** no comment ***
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 478c10e..53ed32f 100644
--- a/Makefile
+++ b/Makefile
@@ -49,14 +49,14 @@ SUB=$(shell echo $(VERSION) | perl -ne 'print $$1 if /[-0-9]+[ab]([0-9]+)/;')
NEXT=$(shell expr $(SUB) + 1)
dist: fullclean all clean
- cvs tag $(TAG)
+ cvs tag chess-$(TAG)
cp -ar . /var/tmp/chess-$(VERSION)
tar cvjfXC /var/tmp/chess-$(VERSION).tar.bz2 \
.exclude /var/tmp chess-$(VERSION)
rm -fr /var/tmp/chess-$(VERSION)
mv /var/tmp/chess-$(VERSION).tar.bz2 \
$(HOME)/public_html/Emacs/packages
- perl -ne 's/(chess-version.*)"([0-9.]+)[ab][0-9]+"/$$1"$$2$(CAT)$(NEXT)"/;' chess.el
+ perl -i -ne 's/(chess-version.*)"([0-9.]+)[ab][0-9]+"/$$1"$$2$(CAT)$(NEXT)"/;' chess.el
cvs commit -m "bumped minor rev" chess.el
update: