X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=Makefile.am;h=ab2db73f0074b8825e66a3949be903e6a97e8ffd;hb=be5f29a7f5586a27ec2ac06abfb25a570b357f87;hp=f1c76f8c2107c084a6fbb6376cabd00698b0cda2;hpb=1019fcfe2d612df24355f2597e661c28621b01c3;p=aweather diff --git a/Makefile.am b/Makefile.am index f1c76f8..ab2db73 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,10 +3,14 @@ SUBDIRS = src data docs MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.h.in gtk-doc.make \ configure depcomp install-sh Makefile.in missing +ACLOCAL_AMFLAGS=-I m4 + test: all (cd src && make test) release: all dist + @echo -en "\nRelease $(PACKAGE)-$(VERSION) (y/n): " + @read ans && [ "$$ans" != "y" ] && exit 1 || exit 0 svn cp \ https://lug.rose-hulman.edu/svn/proj-$(PACKAGE)/trunk \ https://lug.rose-hulman.edu/svn/proj-$(PACKAGE)/tags/$(VERSION)