install: install -d $(DESTDIR)/$(web) install -dm775 $(DESTDIR)/$(tomcatlib) rsync -a --info=STATS --exclude sites/localsite/collect/ --exclude .svn src/web/ $(DESTDIR)/$(web)/ mv $(DESTDIR)/$(web)/WEB-INF/lib/derby.jar $(DESTDIR)/$(tomcatlib) install -Dm644 greenstone3.xml $(DESTDIR)/$(tomcatconf)/greenstone3.xml