X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=4b7dbe2c57792500ffc4d21ef8da0097496e9f6c;hp=f1c76f8c2107c084a6fbb6376cabd00698b0cda2;hb=d73f053096ebcd06208c2005af8c3d468c0262c0;hpb=1019fcfe2d612df24355f2597e661c28621b01c3 diff --git a/Makefile.am b/Makefile.am index f1c76f8..4b7dbe2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,8 @@ test: all (cd src && make test) 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)