]> Pileus Git - grits/blobdiff - Makefile.am
cleanup
[grits] / Makefile.am
index c4043995658faa0103a9691d2a378eb810e90639..e2baf2f9d75d07952e0ff413d2a25d244ada2b09 100644 (file)
@@ -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