X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=Makefile.am;h=4b7dbe2c57792500ffc4d21ef8da0097496e9f6c;hb=aba05890085cec97c631b5b8a25fd04c960ec203;hp=f1c76f8c2107c084a6fbb6376cabd00698b0cda2;hpb=1019fcfe2d612df24355f2597e661c28621b01c3;p=aweather 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)