diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-04-12 23:29:50 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-04-12 23:29:50 +0000 |
| commit | 9120ad9bd6f3751bc0732e0e47de635be191d629 (patch) | |
| tree | 8834b274a86fda57e5ebf166b52b66ea1320dec4 | |
| parent | 8c74ac54b31f50f4e5e2c2d4e746181e243da9b5 (diff) | |
*** no comment ***
| -rw-r--r-- | .exclude | 2 | ||||
| -rw-r--r-- | Makefile | 7 | ||||
| -rw-r--r-- | chess.el | 1 |
3 files changed, 5 insertions, 5 deletions
@@ -2,3 +2,5 @@ CVS ICS-interaction .exclude .cvsignore +pieces +sounds @@ -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 @@ -1,4 +1,3 @@ -a0 243 ;;; chess.el --- Play chess in Emacs ;; Copyright (C) 2001 John Wiegley <johnw@gnu.org> |
