From 35a0ebb628cd849b0d21b241da650f4e57cb8cc1 Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Sat, 24 Oct 2009 16:36:21 +0000 Subject: [PATCH] Updating make release for git --- Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index d937d76..06abab6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,9 +12,8 @@ test: all release: all dist @echo -en "\nRelease $(PACKAGE)-$(VERSION) (y/n): " @read ans && [ "$$ans" != "y" ] && exit 1 || exit 0 - svn cp \ - https://lug.rose-hulman.edu/svn/proj-$(PACKAGE)/trunk \ - https://lug.rose-hulman.edu/svn/proj-$(PACKAGE)/tags/$(VERSION) + git tag -s -m "Version $(VERSION)" v$(VERSION) + git push --all echo $(VERSION) > LATEST scp LATEST $(PACKAGE)-$(VERSION).tar.* \ "lug@lug.rose-hulman.edu:/home/lug/htdocs/proj/$(PACKAGE)"; \ -- 2.43.2