/[gzz]/manuscripts/Paper/Makefile
ViewVC logotype

Diff of /manuscripts/Paper/Makefile

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

revision 1.5 by tjl, Wed Mar 19 10:25:58 2003 UTC revision 1.6 by jvk, Fri Mar 21 11:37:51 2003 UTC
# Line 6  else Line 6  else
6  LATEXCMD=  LATEXCMD=
7  endif  endif
8    
9  all: pipe.1 perceptual-model.eps pipeline.eps buoyoing.1 buoyoing.5  all: pipe.1 perceptual-model.eps pipeline.eps buoyoing.1 buoyoing.5 zipf.ps
10          latex "${LATEXCMD} paper"          latex "${LATEXCMD} paper"
11          BIBINPUTS=..:$$BIBINPUTS bibtex paper          BIBINPUTS=..:$$BIBINPUTS bibtex paper
12          latex "${LATEXCMD} paper"          latex "${LATEXCMD} paper"
# Line 47  shots_paper: Line 47  shots_paper:
47          for i in ../../../shots/multipaper.png ../../../shots/paperbasistex.png; do \          for i in ../../../shots/multipaper.png ../../../shots/paperbasistex.png; do \
48              pngtopnm <$$i | pnmcrop | pnmtops -noturn -imagewidth 4  > `basename $$i .png`.ps; \              pngtopnm <$$i | pnmcrop | pnmtops -noturn -imagewidth 4  > `basename $$i .png`.ps; \
49          donE          donE
50    
51    zipf.ps: Makefile
52            perl -e '$$p=-1;$$n=100;for($$i=1;$$i<=$$n;$$i++){$$s0+=$$i**$$p;print $$i," ",$$i**$$p,"\n"};print "\n";for($$i=1;$$i<=$$n;$$i++){$$s+=$$i**$$p;print $$i," ",$$s/$$s0,"\n";}'|graph -Tps -S 5 -x 1 15 > zipf.ps

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26