aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2bfccfc..9061b21 100644
--- a/Makefile
+++ b/Makefile
@@ -61,13 +61,13 @@ tar:
# rules to build a distributable rpm
-dist: cleandist svntag export tar
+dist: cleandist tag export tar
export:
svn export $(SVNROOT)/tags/$(TAG) $(PACKAGE)-$(VERSION)
-svntag:
- svn copy $(SVNROOT)/trunk $(SVNROOT)/tags/$(TAG) -m "$(TAG)"
+tag:
+ git tag "$(VERSION)"
changelog: ../common/username
#svn2cl is available in our contrib.