Annotation of reports/Makefile, revision 1.7

1.6       boris       1: KULICHKI=chgk-news@chgk.info
                      2: RSYNC = rsync -rCuvpte 'ssh' --delete --exclude=.htaccess  --exclude=znatoki \
                      3:  --exclude=boris --exclude=images --exclude=cgi-bin
                      4: #DESTDIR=~piataev/public_html/boris/reports/
                      5: DESTDIR=public_html
1.1       boris       6: 
                      7: 
                      8: deliver:
                      9:        $(RSYNC) ./ $(KULICHKI):$(DESTDIR) | tee results.txt
1.5       boris      10:        ./sendletter.sh
                     11: 
                     12: cvs:
1.7     ! boris      13:        - cvs add `cvs -q update | awk '/^?/{print $$2}'`
1.5       boris      14:        cvs commit

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