]> Pileus Git - grits/blobdiff - Makefile.am
cleanup
[grits] / Makefile.am
index 47470fb378b68ce39f695e9a8099de5c22897717..e2baf2f9d75d07952e0ff413d2a25d244ada2b09 100644 (file)
@@ -4,5 +4,13 @@ MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.h.in gtk-doc.make
                        configure depcomp install-sh Makefile.in missing
 
 test: all
-       ./src/aweather -d 7
+       (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