X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=06abab6b0a376b03fd8dcd83322260d6e3daf354;hp=d937d7673496c81867efb6e4821dfd5705405e03;hb=35a0ebb628cd849b0d21b241da650f4e57cb8cc1;hpb=d706e67c559f82a5cd2300b35b23812fd08832c5 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)"; \