]> Pileus Git - grits/commitdiff
release files v0.1
authorAndy Spencer <andy753421@gmail.com>
Mon, 29 Jun 2009 02:58:38 +0000 (02:58 +0000)
committerAndy Spencer <andy753421@gmail.com>
Mon, 29 Jun 2009 02:58:38 +0000 (02:58 +0000)
Makefile.am

index e2baf2f9d75d07952e0ff413d2a25d244ada2b09..5938e179ebd945fd13e7bb708b4b37b080a3579e 100644 (file)
@@ -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