File:  [Local Repository] / reports / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Dec 25 19:24:20 2002 UTC (21 years, 6 months ago) by boris
Branches: letopis
CVS tags: start
Imported sources

    1: KULICHKI=kulichki.com
    2: RSYNC = rsync -rCuvpte 'ssh -1' --delete --rsync-path='~/bin/rsync' 
    3: DESTDIR=~piataev/public_html/boris/reports/
    4: 
    5: 
    6: deliver:
    7: 	$(RSYNC) ./ $(KULICHKI):$(DESTDIR) | tee results.txt
    8: 	./sendletter.sh

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