]> Pileus Git - aweather/commitdiff
Updating make release for git
authorAndy Spencer <andy753421@gmail.com>
Sat, 24 Oct 2009 16:36:21 +0000 (16:36 +0000)
committerAndy Spencer <andy753421@gmail.com>
Sat, 24 Oct 2009 16:37:32 +0000 (16:37 +0000)
Makefile.am

index d937d7673496c81867efb6e4821dfd5705405e03..06abab6b0a376b03fd8dcd83322260d6e3daf354 100644 (file)
@@ -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)"; \