]> Pileus Git - aweather/blobdiff - Makefile.am
Leave nop sites out of the preference dialog
[aweather] / Makefile.am
index 1c7f870ba19a18b525bacbfc2637a8891f11a155..c7a85c320b25aafd3fe27e9e0d891c345c9fb193 100644 (file)
@@ -14,8 +14,12 @@ test: all
 build: all
        export DESTDIR="`pwd`/build"; \
        make -C ../aweather-win32 install; \
-       make -C ../libgis-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: