#!/bin/sh # You shouldn't manually create any state files other than the first one, # that's the job of the whomper program. Also, don't generate any state file # or monthly report more than once; it will screw up the plot generation. # This version of the script is for playing around, so it dumps all the # generated files and re-builds stuff if you want to make changes to the # *.changes files and re-run. # for the real version of this script, cut out everything from here... rm -f *.state *.tex *.ps cp 200501.keep 200501.state # no plot the first month... no fifth argument to whomper.......V----------V whomper 200501.state 200501.changes 200502.state rep_200502.tex whomper 200502.state 200502.changes 200503.state rep_200503.tex pv_200503.ps whomper 200503.state 200503.changes 200504.state rep_200504.tex pv_200504.ps whomper 200504.state 200504.changes 200505.state rep_200505.tex pv_200505.ps whomper 200505.state 200505.changes 200506.state rep_200506.tex pv_200506.ps whomper 200506.state 200506.changes 200507.state rep_200507.tex pv_200507.ps whomper 200507.state 200507.changes 200508.state rep_200508.tex pv_200508.ps whomper 200508.state 200508.changes 200509.state rep_200509.tex pv_200509.ps whomper 200509.state 200509.changes 200510.state rep_200510.tex pv_200510.ps whomper 200510.state 200510.changes 200511.state rep_200511.tex pv_200511.ps whomper 200511.state 200511.changes 200512.state rep_200512.tex pv_200512.ps whomper 200512.state 200512.changes 200601.state rep_200601.tex pv_200601.ps whomper 200601.state 200601.changes 200602.state rep_200602.tex pv_200602.ps whomper 200602.state 200602.changes 200603.state rep_200603.tex pv_200603.ps whomper 200603.state 200603.changes 200604.state rep_200604.tex pv_200604.ps whomper 200604.state 200604.changes 200605.state rep_200605.tex pv_200605.ps whomper 200605.state 200605.changes 200606.state rep_200606.tex pv_200606.ps whomper 200606.state 200606.changes 200607.state rep_200607.tex pv_200607.ps whomper 200607.state 200607.changes 200608.state rep_200608.tex pv_200608.ps whomper 200608.state 200608.changes 200609.state rep_200609.tex pv_200609.ps whomper 200609.state 200609.changes 200610.state rep_200610.tex pv_200610.ps whomper 200610.state 200610.changes 200611.state rep_200611.tex pv_200611.ps whomper 200611.state 200611.changes 200612.state rep_200612.tex pv_200612.ps whomper 200612.state 200612.changes 200701.state rep_200701.tex pv_200701.ps # ... to here, and update below from month to month to only do that month's # report. The commented-out stuff is for reference, and if for some reason # you do have to regenerate everything # whomper 200501.state 200501.changes 200502.state rep_200502.tex # whomper 200502.state 200502.changes 200503.state rep_200503.tex pv_200503.ps # whomper 200503.state 200503.changes 200504.state rep_200504.tex pv_200504.ps # whomper 200504.state 200504.changes 200505.state rep_200505.tex pv_200505.ps # whomper 200505.state 200505.changes 200506.state rep_200506.tex pv_200506.ps # whomper 200506.state 200506.changes 200507.state rep_200507.tex pv_200507.ps # whomper 200507.state 200507.changes 200508.state rep_200508.tex pv_200508.ps # whomper 200508.state 200508.changes 200509.state rep_200509.tex pv_200509.ps # whomper 200509.state 200509.changes 200510.state rep_200510.tex pv_200510.ps # whomper 200510.state 200510.changes 200511.state rep_200511.tex pv_200511.ps # whomper 200511.state 200511.changes 200512.state rep_200512.tex pv_200512.ps # whomper 200512.state 200512.changes 200601.state rep_200601.tex pv_200601.ps # whomper 200601.state 200601.changes 200602.state rep_200602.tex pv_200602.ps # whomper 200602.state 200602.changes 200603.state rep_200603.tex pv_200603.ps # whomper 200603.state 200603.changes 200604.state rep_200604.tex pv_200604.ps # whomper 200604.state 200604.changes 200605.state rep_200605.tex pv_200605.ps # whomper 200605.state 200605.changes 200606.state rep_200606.tex pv_200606.ps # whomper 200606.state 200606.changes 200607.state rep_200607.tex pv_200607.ps # whomper 200607.state 200607.changes 200608.state rep_200608.tex pv_200608.ps # whomper 200608.state 200608.changes 200609.state rep_200609.tex pv_200609.ps # whomper 200609.state 200609.changes 200610.state rep_200610.tex pv_200610.ps # whomper 200610.state 200610.changes 200611.state rep_200611.tex pv_200611.ps # whomper 200611.state 200611.changes 200612.state rep_200612.tex pv_200612.ps whomper 200612.state 200612.changes 200701.state rep_200701.tex pv_200701.ps