]> Pileus Git - grits/blobdiff - Makefile.am
cleanup
[grits] / Makefile.am
index 39555efa21ff7f9df40031626f198f08c4207af5..e2baf2f9d75d07952e0ff413d2a25d244ada2b09 100644 (file)
@@ -1,9 +1,16 @@
-SUBDIRS = data src
+SUBDIRS = src data docs
+
+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)
 
-maintainer-clean-local:
-       rm -f aclocal.m4 compile config.guess config.h.in \
-             configure depcomp install-sh Makefile.in missing
+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