File:  [Local Repository] / reports / Makefile
Revision 1.5: download - view: text, annotated - select for diffs - revision graph
Tue Jun 26 03:18:23 2007 UTC (16 years, 10 months ago) by boris
Branches: MAIN
CVS tags: HEAD
New info

KULICHKI=kulichki.com
RSYNC = rsync -rCuvpte 'ssh' --delete --exclude=.htaccess  
DESTDIR=~piataev/public_html/boris/reports/


deliver:
	$(RSYNC) ./ $(KULICHKI):$(DESTDIR) | tee results.txt
	./sendletter.sh

cvs:
	cvs add `cvs -q update | awk '/^?/{print $$2}'`
	cvs commit

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>