diff --git a/Makefile b/Makefile index d1f2bfb..9d70cee 100755 --- a/Makefile +++ b/Makefile @@ -4,14 +4,14 @@ SHELL=/bin/sh -# lineplot = ploticus -eps -tightcrop -o $(1).eps lineplot.plo infile=$(2) \ -# title=$(3) ytitle=$(4) ymin=$(5) ymax=$(6); \ -# epstopdf $(1).eps; \ -# rm -f $(1).eps +lineplot = ploticus -eps -tightcrop -o $(1).eps lineplot.plo infile=$(2) \ + title=$(3) ytitle=$(4) ymin=$(5) ymax=$(6); \ + epstopdf $(1).eps; \ + rm -f $(1).eps -GRAPHICS:= +GRAPHICS:=otago_growth.pdf OCLC.pdf: OCLC.tex OCLC.bib $(GRAPHICS) @@ -26,10 +26,10 @@ # # overlay_detail.png: PointOverlay-full.png # convert -crop 180x95+150+95 $< $@ -# -# data_size.pdf: d_data_size.txt lineplot.plo -# $(call lineplot,$*,$<,'Size of Generated Data','Data size (kB)',1,200000) -# + +otago_growth.pdf: otago_growth.plo + $(call lineplot,$*,$<,'Size of Generated Data','Data size (kB)',1,200000) + # data_generation_time.pdf: d_data_generation_time.txt lineplot.plo # $(call lineplot,$*,$<,'Data Generation Time','Average time to generate data at server (s)',0.001,2000) #