From b11015abc776a3230bca615cb658e2ee34aa5d17 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 14 Sep 2013 14:38:09 +0200 Subject: convert svntag to git --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ba4bc5a..e8c2acd 100644 --- a/Makefile +++ b/Makefile @@ -51,8 +51,7 @@ dist: cleandist @git archive --prefix=$(PACKAGE)-$(VERSION)/ HEAD | xz >../$(PACKAGE)-$(VERSION).tar.xz; $(info $(PACKAGE)-$(VERSION).tar.xz is ready) -svntag: - -svn mkdir $(SVN_BASE)/releases/$(TAG) -m "created directory $(TAG)" - svn copy $(SVNCOPY) $(SVNROOT)/releases/$(TAG) -m "Tagged as $(TAG)" +tag: + git tag $(TAG) # Makefile ends here -- cgit v1.2.1