X-Git-Url: http://pileus.org/git/?p=aweather;a=blobdiff_plain;f=Makefile.am;h=139293afc28e12a85a5ada274433d5014911b2cd;hp=5a748cbaa1ea4d20512e1374e60d29784c64ccf7;hb=72842797f3fddb8ddb3c309ba9ceec889c4ec4e2;hpb=0b22be9563d7fd7b63294b5cffb1954726b933ff diff --git a/Makefile.am b/Makefile.am index 5a748cb..139293a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,25 +9,6 @@ MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.h.in config.sub \ test: all (cd src && make test) -build: all - export DESTDIR="`pwd`/build"; \ - make -C ../aweather-win32 install; \ - make -C ../grits-win32 install; \ - make -C ../rsl-win32 install; - find build -name '*.a' -delete - find build -name '*.la' -delete - rm -rf build/share/rsl/colors - rm -rf build/include - touch $@ - -installers: $(PACKAGE)-$(VERSION).exe $(PACKAGE)-$(VERSION)-gtk.exe - -$(PACKAGE)-$(VERSION).exe: build - makensis -DVERSION=$(VERSION) aweather.nsi - -$(PACKAGE)-$(VERSION)-gtk.exe: build - makensis -DVERSION=$(VERSION) -DUSE_GTK aweather.nsi - release: all dist @echo -en "\nRelease $(PACKAGE)-$(VERSION) (y/n): " @read ans && [ "$$ans" != "y" ] && exit 1 || exit 0 @@ -35,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)/files"; \ + "andy@pileus.org:/home/pileus/htdocs/$(PACKAGE)/files"; \ rm -f LATEST depscan: