X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=Makefile.am;h=e2baf2f9d75d07952e0ff413d2a25d244ada2b09;hp=c784619758dc7ef402601f0bae245dd95090b625;hb=f40febfb65aa54a1089fd18c31a44d9debf8e797;hpb=1ac2b7c2d9465293d168c33555a43862320b5c04 diff --git a/Makefile.am b/Makefile.am index c784619..e2baf2f 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) + +post: all dist + echo svn cp \ + https://lug.rose-hulman.edu/svn/proj-aweather/trunk \ + https://lug.rose-hulman.edu/svn/proj-aweather/tags/$(VERSION) + echo $(VERSION) > LATEST + scp LATEST plotter-$(VERSION).tar.* \ + "root@$(SERVER):/home/plotter/htdocs/files"; \ + echo rm -f LATEST