X-Git-Url: http://pileus.org/git/?p=aweather;a=blobdiff_plain;f=Makefile.am;h=c7a85c320b25aafd3fe27e9e0d891c345c9fb193;hp=5b262835077adf4d29748129a0e1ef57866ba9e1;hb=c77f73c18bba99728178057fcce0441aab3a4026;hpb=a9b6cd4bb2b4b9a424fa63843a3fbcef05429c88 diff --git a/Makefile.am b/Makefile.am index 5b26283..c7a85c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,6 +16,10 @@ build: all 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 @@ -33,7 +37,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: