/[simile]/sparklines/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sparklines/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 20 by dpavlin, Fri Oct 17 11:00:49 2008 UTC revision 31 by dpavlin, Mon Oct 20 21:04:14 2008 UTC
# Line 1  Line 1 
1    dir=/srv/strix-tools/tsv-reports/
2    tsv_files=$(dir)/monthly-*.tsv $(dir)/users-active-total.tsv
3    
4  all:  all:
5          test -d s && rm s/*.png || mkdir s          test -d s || mkdir s
6          ./create.pl /srv/strix-tools/tsv-reports/monthly-*.tsv          rm s/*.png || true
7            ./create.pl $(tsv_files)
8    
9    cms1:
10            rsync -avu cms1:$(dir)/*.tsv $(dir)/

Legend:
Removed from v.20  
changed lines
  Added in v.31

  ViewVC Help
Powered by ViewVC 1.1.26