all: rm -rf $(GISBASE)/scripts/demo.scripts if [ ! -d $(GISBASE)/scripts ]; then mkdir $(GISBASE)/scripts; fi cp shells/*.sh $(GISBASE)/scripts mkdir $(GISBASE)/scripts/demo.scripts # cp shells/demo.scripts/* $(GISBASE)/scripts/demo.scripts tar --exclude=CVS -cvf - shells/demo.scripts/* | tar -C $(GISBASE)/scripts/demo.scripts/ -xvf - 2>/dev/null ; true $(GMAKE) contrib chmod -R 0755 $(GISBASE)/scripts/*