Annotation of reports/Makefile, revision 1.5

1.1       boris       1: KULICHKI=kulichki.com
1.4       boris       2: RSYNC = rsync -rCuvpte 'ssh' --delete --exclude=.htaccess  
1.1       boris       3: DESTDIR=~piataev/public_html/boris/reports/
                      4: 
                      5: 
                      6: deliver:
                      7:        $(RSYNC) ./ $(KULICHKI):$(DESTDIR) | tee results.txt
1.5     ! boris       8:        ./sendletter.sh
        !             9: 
        !            10: cvs:
        !            11:        cvs add `cvs -q update | awk '/^?/{print $$2}'`
        !            12:        cvs commit

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