diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-11-19 17:30:34 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-11-19 17:30:34 +0000 |
commit | 2ed0a8e5da0efc4118253621bf80793e4710f4d8 (patch) | |
tree | ebda73f70a9276fc0eaee34545c76238fc39d2ee /Makefile | |
parent | b7d0b122676bfaaa555569f6a8cfb548f737c1b9 (diff) | |
download | anaconda-2ed0a8e5da0efc4118253621bf80793e4710f4d8.tar.gz anaconda-2ed0a8e5da0efc4118253621bf80793e4710f4d8.tar.xz anaconda-2ed0a8e5da0efc4118253621bf80793e4710f4d8.zip |
add tag target. I'm tired of doing it by hand ;)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -88,6 +88,11 @@ install: strip $(DESTDIR)/$(PYTHONLIBDIR)/*.so for d in $(SUBDIRS); do make DESTDIR=`cd $(DESTDIR); pwd` -C $$d install; [ $$? = 0 ] || exit 1; done +CVSTAG=anaconda-$(subst .,_,$(VERSION)-$(RELEASE)) +tag: + @cvs tag -cR $(CVSTAG) + @echo "Tagged as $(CVSTAG)" + archive: create-archive src: create-archive |