]> Pileus Git - grits/blobdiff - Makefile.am
Adding gitignores
[grits] / Makefile.am
index 5938e179ebd945fd13e7bb708b4b37b080a3579e..d937d7673496c81867efb6e4821dfd5705405e03 100644 (file)
@@ -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