File:  [Local Repository] / reports / Makefile
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Wed Jul 16 02:47:48 2003 UTC (20 years, 10 months ago) by boris
Branches: MAIN
CVS tags: HEAD
Protected .htaccess

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


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

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