/[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

Contents of /sparklines/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31 - (show annotations)
Mon Oct 20 21:04:14 2008 UTC (15 years, 6 months ago) by dpavlin
File size: 214 byte(s)
added users total and active
1 dir=/srv/strix-tools/tsv-reports/
2 tsv_files=$(dir)/monthly-*.tsv $(dir)/users-active-total.tsv
3
4 all:
5 test -d s || mkdir s
6 rm s/*.png || true
7 ./create.pl $(tsv_files)
8
9 cms1:
10 rsync -avu cms1:$(dir)/*.tsv $(dir)/

  ViewVC Help
Powered by ViewVC 1.1.26