[pypy-commit] extradoc extradoc: within this rule run first tool/setup.sh and then the actual command using the virtualenv

bivab noreply at buildbot.pypy.org
Mon Jul 23 17:39:53 CEST 2012


Author: David Schneider <david.schneider at picle.org>
Branch: extradoc
Changeset: r4339:2a3bf45a0d29
Date: 2012-07-23 17:34 +0200
http://bitbucket.org/pypy/extradoc/changeset/2a3bf45a0d29/

Log:	within this rule run first tool/setup.sh and then the actual command
	using the virtualenv

diff --git a/talk/vmil2012/Makefile b/talk/vmil2012/Makefile
--- a/talk/vmil2012/Makefile
+++ b/talk/vmil2012/Makefile
@@ -19,7 +19,8 @@
 	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
+	tool/setup.sh
+	paper_env/bin/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


More information about the pypy-commit mailing list