X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=Makefile.am;h=d937d7673496c81867efb6e4821dfd5705405e03;hp=5938e179ebd945fd13e7bb708b4b37b080a3579e;hb=5b0d4a3f91c424a06365c1c90c4e1c9bc4767b90;hpb=6b037fba184029de7fc45ab81eae41d5af23dc49 diff --git a/Makefile.am b/Makefile.am index 5938e17..d937d76 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,17 @@ 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 + +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) @@ -14,3 +19,18 @@ release: all dist scp LATEST $(PACKAGE)-$(VERSION).tar.* \ "lug@lug.rose-hulman.edu:/home/lug/htdocs/proj/$(PACKAGE)"; \ rm -f LATEST + +depscan: + gtkdoc-depscan \ + --book=atk \ + --book=gdk \ + --book=gdk-pixbuf \ + --book=glib \ + --book=gio \ + --book=gobject \ + --book=gtk \ + --book=pango \ + --book=libsoup-2.4 \ + --list-unknown \ + "$@" \ + src/*.c