--- reports/Makefile 2002/12/25 19:24:20 1.1.1.1 +++ reports/Makefile 2007/06/26 03:18:23 1.5 @@ -1,8 +1,12 @@ KULICHKI=kulichki.com -RSYNC = rsync -rCuvpte 'ssh -1' --delete --rsync-path='~/bin/rsync' +RSYNC = rsync -rCuvpte 'ssh' --delete --exclude=.htaccess DESTDIR=~piataev/public_html/boris/reports/ deliver: $(RSYNC) ./ $(KULICHKI):$(DESTDIR) | tee results.txt - ./sendletter.sh \ No newline at end of file + ./sendletter.sh + +cvs: + cvs add `cvs -q update | awk '/^?/{print $$2}'` + cvs commit