Author: David Schneider <[email protected]>
Branch: extradoc
Changeset: r4323:6a0861adcd5c
Date: 2012-07-23 14:18 +0200
http://bitbucket.org/pypy/extradoc/changeset/6a0861adcd5c/
Log: rebuild benchmarks table as part of building the document
diff --git a/talk/vmil2012/Makefile b/talk/vmil2012/Makefile
--- a/talk/vmil2012/Makefile
+++ b/talk/vmil2012/Makefile
@@ -1,5 +1,5 @@
-jit-guards.pdf: paper.tex paper.bib figures/log.tex figures/example.tex
+jit-guards.pdf: paper.tex paper.bib figures/log.tex figures/example.tex
figures/benchmarks_table.tex
pdflatex paper
bibtex paper
pdflatex paper
@@ -17,3 +17,6 @@
%.tex: %.py
pygmentize -l python -o $@ $<
+
+figures/benchmarks_table.tex: tool/build_tables.py logs/summary.csv
tool/table_template.tex
+ python tool/build_tables.py logs/summary.csv tool/table_template.tex
figures/benchmarks_table.tex
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit