]> Pileus Git - grits/blob - Makefile.am
e2baf2f9d75d07952e0ff413d2a25d244ada2b09
[grits] / Makefile.am
1 SUBDIRS = src data docs
2
3 MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.h.in gtk-doc.make \
4                        configure depcomp install-sh Makefile.in missing
5
6 test: all
7         (cd src && make test)
8
9 post: all dist
10         echo svn cp \
11                 https://lug.rose-hulman.edu/svn/proj-aweather/trunk \
12                 https://lug.rose-hulman.edu/svn/proj-aweather/tags/$(VERSION)
13         echo $(VERSION) > LATEST
14         scp LATEST plotter-$(VERSION).tar.* \
15                 "root@$(SERVER):/home/plotter/htdocs/files"; \
16         echo rm -f LATEST