[pypy-commit] extradoc extradoc: fix

bivab noreply at buildbot.pypy.org
Mon Jul 23 17:02:12 CEST 2012


Author: David Schneider <david.schneider at picle.org>
Branch: extradoc
Changeset: r4337:0e8b31c47382
Date: 2012-07-23 17:01 +0200
http://bitbucket.org/pypy/extradoc/changeset/0e8b31c47382/

Log:	fix

diff --git a/talk/vmil2012/Makefile b/talk/vmil2012/Makefile
--- a/talk/vmil2012/Makefile
+++ b/talk/vmil2012/Makefile
@@ -22,7 +22,7 @@
 	python tool/build_tables.py logs/summary.csv tool/table_template.tex figures/benchmarks_table.tex
 
 logs/summary.csv: logs/logbench* tool/difflogs.py
+	python tool/difflogs.py --diffall logs
 
 logs::
 	tool/run_benchmarks.sh
-	python tool/difflogs.py --diffall logs


More information about the pypy-commit mailing list