X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=e2baf2f9d75d07952e0ff413d2a25d244ada2b09;hb=f40febfb65aa54a1089fd18c31a44d9debf8e797;hp=c4043995658faa0103a9691d2a378eb810e90639;hpb=d97d97d3896bc8299adf2e7aaa5cc38e2611f395;p=aweather diff --git a/Makefile.am b/Makefile.am index c404399..e2baf2f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,13 @@ MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.h.in gtk-doc.make configure depcomp install-sh Makefile.in missing test: all - LD_LIBRARY_PATH=/usr/local/trmm/GVBOX/lib/ \ - ./src/aweather + (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