From 1bd7dd39c4af6b7b774b278c6d759ab002744bc8 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 15 Apr 2002 06:58:52 +0000 Subject: *** no comment *** --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3