File:  [Local Repository] / reports / Makefile
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Sun Oct 30 04:24:27 2005 UTC (18 years, 7 months ago) by boris
Branches: MAIN
CVS tags: HEAD
Changed rsync path

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

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