summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-11-19 17:30:34 +0000
committerJeremy Katz <katzj@redhat.com>2002-11-19 17:30:34 +0000
commit2ed0a8e5da0efc4118253621bf80793e4710f4d8 (patch)
treeebda73f70a9276fc0eaee34545c76238fc39d2ee /Makefile
parentb7d0b122676bfaaa555569f6a8cfb548f737c1b9 (diff)
downloadanaconda-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--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f3256bee5..e6ba3d1fa 100644
--- a/Makefile
+++ b/Makefile
@@ -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