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