X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=Makefile.am;h=5938e179ebd945fd13e7bb708b4b37b080a3579e;hp=c784619758dc7ef402601f0bae245dd95090b625;hb=6b037fba184029de7fc45ab81eae41d5af23dc49;hpb=1cf8b4ecd92f49dfbbe0472e02d4e5bc8841fe2f diff --git a/Makefile.am b/Makefile.am index c784619..5938e17 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,3 +5,12 @@ MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.h.in gtk-doc.make test: all (cd src && make test) + +release: all dist + svn cp \ + https://lug.rose-hulman.edu/svn/proj-$(PACKAGE)/trunk \ + https://lug.rose-hulman.edu/svn/proj-$(PACKAGE)/tags/$(VERSION) + echo $(VERSION) > LATEST + scp LATEST $(PACKAGE)-$(VERSION).tar.* \ + "lug@lug.rose-hulman.edu:/home/lug/htdocs/proj/$(PACKAGE)"; \ + rm -f LATEST