X-Git-Url: http://pileus.org/git/?p=aweather;a=blobdiff_plain;f=Makefile.am;h=ac41c5bba35cc69326b407336b80e4cee8fb6b21;hp=f472e79c51e3fd918c9a1933918a223242581c09;hb=594785a88b936b2f96ebbd0bd23d58198c2c4f68;hpb=518768fdda018e6ee4089bd848350fe26e9c0cc1 diff --git a/Makefile.am b/Makefile.am index f472e79..ac41c5b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = lib src data docs +SUBDIRS = data src docs ACLOCAL_AMFLAGS = -I m4 @@ -6,8 +6,6 @@ MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.h.in config.sub \ configure depcomp gtk-doc.make install-sh ltmain.sh \ Makefile.in missing -EXTRA_DIST = m4/gnulib-cache.m4 - test: all (cd src && make test) @@ -18,7 +16,7 @@ release: all dist git push --all echo $(VERSION) > LATEST scp LATEST $(PACKAGE)-$(VERSION).tar.* \ - "spenceal@lug.rose-hulman.edu:/home/lug/htdocs/proj/$(PACKAGE)"; \ + "spenceal@lug.rose-hulman.edu:/home/lug/htdocs/proj/$(PACKAGE)/files"; \ rm -f LATEST depscan: