X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=Makefile.am;h=5938e179ebd945fd13e7bb708b4b37b080a3579e;hp=e2baf2f9d75d07952e0ff413d2a25d244ada2b09;hb=6b037fba184029de7fc45ab81eae41d5af23dc49;hpb=f40febfb65aa54a1089fd18c31a44d9debf8e797;ds=sidebyside diff --git a/Makefile.am b/Makefile.am index e2baf2f..5938e17 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,11 +6,11 @@ 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) +release: all dist + svn cp \ + https://lug.rose-hulman.edu/svn/proj-$(PACKAGE)/trunk \ + https://lug.rose-hulman.edu/svn/proj-$(PACKAGE)/tags/$(VERSION) echo $(VERSION) > LATEST - scp LATEST plotter-$(VERSION).tar.* \ - "root@$(SERVER):/home/plotter/htdocs/files"; \ - echo rm -f LATEST + scp LATEST $(PACKAGE)-$(VERSION).tar.* \ + "lug@lug.rose-hulman.edu:/home/lug/htdocs/proj/$(PACKAGE)"; \ + rm -f LATEST