summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-15 06:58:52 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-15 06:58:52 +0000
commit1bd7dd39c4af6b7b774b278c6d759ab002744bc8 (patch)
tree151174c8232c1fb66a9e9640edb53bf148caf17b /Makefile
parent2ad08a62d61297cb4fad53976b41068e63e3e459 (diff)
*** no comment ***
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index efa00cd..6880566 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,9 @@ CAT=$(shell echo $(VERSION) | perl -ne 'print $$1 if /[-0-9]+([ab])[0-9]+/;')
SUB=$(shell echo $(VERSION) | perl -ne 'print $$1 if /[-0-9]+[ab]([0-9]+)/;')
NEXT=$(shell expr $(SUB) + 1)
-update: dist fullclean
+update: dist
cvs tag chess-$(TAG)
perl -i -pe 's/(chess-version.*)"([0-9.]+)[ab][0-9]+"/$$1"$$2$(CAT)$(NEXT)"/;' chess.el
cvs commit -m "bumped minor rev" chess.el
+ make fullclean
+ sitecopy