File:  [Local Repository] / reports / Makefile
Revision 1.7: download - view: text, annotated - select for diffs - revision graph
Fri Jun 15 01:03:44 2012 UTC (11 years, 10 months ago) by boris
Branches: MAIN
CVS tags: HEAD
Added

KULICHKI=chgk-news@chgk.info
RSYNC = rsync -rCuvpte 'ssh' --delete --exclude=.htaccess  --exclude=znatoki \
 --exclude=boris --exclude=images --exclude=cgi-bin
#DESTDIR=~piataev/public_html/boris/reports/
DESTDIR=public_html


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>