X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=Makefile.am;h=497282ca5f6afb70a35a820930ca36dc0fa0c8b5;hp=ab2db73f0074b8825e66a3949be903e6a97e8ffd;hb=f5e661776dd6f1ced6aa49d2f1c9a76c1b2aa8e4;hpb=be5f29a7f5586a27ec2ac06abfb25a570b357f87 diff --git a/Makefile.am b/Makefile.am index ab2db73..497282c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,22 +1,22 @@ -SUBDIRS = src data docs - -MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.h.in gtk-doc.make \ - configure depcomp install-sh Makefile.in missing +SUBDIRS = src docs ACLOCAL_AMFLAGS=-I m4 +MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.h.in config.sub \ + configure depcomp gtk-doc.make install-sh ltmain.sh \ + Makefile.in missing + 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) + git tag -s -m "Version $(VERSION)" v$(VERSION) + git push --all echo $(VERSION) > LATEST scp LATEST $(PACKAGE)-$(VERSION).tar.* \ - "lug@lug.rose-hulman.edu:/home/lug/htdocs/proj/$(PACKAGE)"; \ + "andy@pileus.org:/home/pileus/htdocs/$(PACKAGE)"; \ rm -f LATEST depscan: @@ -24,12 +24,11 @@ depscan: --book=atk \ --book=gdk \ --book=gdk-pixbuf \ - --book=glib \ --book=gio \ + --book=glib \ --book=gobject \ --book=gtk \ - --book=pango \ --book=libsoup-2.4 \ + --book=pango \ --list-unknown \ - "$@" \ src/*.c