]> Pileus Git - aweather/blobdiff - Makefile.am
Leave nop sites out of the preference dialog
[aweather] / Makefile.am
index 5b262835077adf4d29748129a0e1ef57866ba9e1..c7a85c320b25aafd3fe27e9e0d891c345c9fb193 100644 (file)
@@ -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: