diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-04-21 01:26:41 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-04-21 01:26:41 +0000 |
| commit | 171cc1aceb0e9acafe329ff6cd0ca1e2852876ce (patch) | |
| tree | b5de9ca816741b22ab5d364771aa3115d4e4612f /Makefile | |
| parent | 71333ba9dcf5a989f6d2a83a542c74cb0682d903 (diff) | |
*** no comment ***
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -57,16 +57,12 @@ TAG=$(shell echo $(VERSION) | sed 's/\./-/g') 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) +PKG = $(HOME)/public_html/Emacs/packages/chess-$(VERSION).tar.bz2 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 - -PKG = $(HOME)/public_html/Emacs/packages/chess-$(VERSION).tar.bz2 - -upload: lftp -e "cd /incoming; put $(PKG)" upload.sourceforge.net - @echo Now edit sourceforge Files list for emacs-chess + sitecopy |
