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