From 9120ad9bd6f3751bc0732e0e47de635be191d629 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 12 Apr 2002 23:29:50 +0000 Subject: *** no comment *** --- .exclude | 2 ++ Makefile | 7 +++---- chess.el | 1 - 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.exclude b/.exclude index 2ba9acf..73cf5b1 100644 --- a/.exclude +++ b/.exclude @@ -2,3 +2,5 @@ CVS ICS-interaction .exclude .cvsignore +pieces +sounds diff --git a/Makefile b/Makefile index a289046..efa00cd 100644 --- a/Makefile +++ b/Makefile @@ -45,6 +45,7 @@ fullclean: clean VERSION=$(shell perl -ne 'print $$1 if /chess-version.*"([^"]+)"/;' chess.el) dist: fullclean all clean + -rm *~ .*~ cp -ar . /var/tmp/chess-$(VERSION) tar cvjfXC /var/tmp/chess-$(VERSION).tar.bz2 \ .exclude /var/tmp chess-$(VERSION) @@ -57,9 +58,7 @@ 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 - sitecopy - make fullclean +update: dist fullclean cvs tag chess-$(TAG) - perl -i -ne 's/(chess-version.*)"([0-9.]+)[ab][0-9]+"/$$1"$$2$(CAT)$(NEXT)"/;' chess.el + 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 diff --git a/chess.el b/chess.el index 454ecc4..6157773 100644 --- a/chess.el +++ b/chess.el @@ -1,4 +1,3 @@ -a0 243 ;;; chess.el --- Play chess in Emacs ;; Copyright (C) 2001 John Wiegley -- cgit v1.2.3