summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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