X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=Makefile.am;h=98042cdbe2d39b687f1c41d215b51fecb0dd4448;hb=471f4eca512e1f7d785cecb7a4df24824346efeb;hp=16983622315f85a5a93c5d8ee70dd90239eee07e;hpb=c47ac93a326b5bceb7d31ae3d27710e517f955f4;p=aweather diff --git a/Makefile.am b/Makefile.am index 1698362..98042cd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,24 +1,22 @@ SUBDIRS = src data docs +ACLOCAL_AMFLAGS=-I m4 + MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.h.in config.sub \ configure depcomp gtk-doc.make install-sh ltmain.sh \ Makefile.in missing - -ACLOCAL_AMFLAGS=-I m4 - 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) + 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)"; \ + "spenceal@lug.rose-hulman.edu:/home/lug/htdocs/proj/$(PACKAGE)"; \ rm -f LATEST depscan: