[pypy-commit] extradoc extradoc: fix makefile

antocuni pypy.commits at gmail.com
Sat Apr 2 10:09:01 EDT 2016


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: extradoc
Changeset: r5622:8188a609f5bf
Date: 2016-04-02 16:04 +0200
http://bitbucket.org/pypy/extradoc/changeset/8188a609f5bf/

Log:	fix makefile

diff --git a/talk/bucharest2016/jit-frontend/Makefile b/talk/bucharest2016/jit-frontend/Makefile
--- a/talk/bucharest2016/jit-frontend/Makefile
+++ b/talk/bucharest2016/jit-frontend/Makefile
@@ -3,7 +3,7 @@
 # http://bitbucket.org/antocuni/env/src/619f486c4fad/bin/inkscapeslide.py
 
 
-talk.pdf: talk.rst author.latex stylesheet.latex diagrams/tracing-phases-p0.pdf diagrams/trace-p0.pdf diagrams/tracetree-p0.pdf diagrams/architecture-p0.pdf diagrams/pypytrace-p0.pdf
+talk.pdf: talk.rst author.latex stylesheet.latex diagrams/tracing-phases-p0.pdf diagrams/architecture-p0.pdf diagrams/pypytrace-p0.pdf
 	rst2beamer.py --stylesheet=stylesheet.latex --documentoptions=14pt talk.rst talk.latex || exit
 	sed 's/\\date{}/\\input{author.latex}/' -i talk.latex || exit
 	#sed 's/\\maketitle/\\input{title.latex}/' -i talk.latex || exit
@@ -19,11 +19,11 @@
 diagrams/tracing-phases-p0.pdf: diagrams/tracing-phases.svg
 	cd diagrams && inkscapeslide.py tracing-phases.svg
 
-diagrams/trace-p0.pdf: diagrams/trace.svg
-	cd diagrams && inkscapeslide.py trace.svg
+# diagrams/trace-p0.pdf: diagrams/trace.svg
+# 	cd diagrams && inkscapeslide.py trace.svg
 
-diagrams/tracetree-p0.pdf: diagrams/tracetree.svg
-	cd diagrams && inkscapeslide.py tracetree.svg
+# diagrams/tracetree-p0.pdf: diagrams/tracetree.svg
+# 	cd diagrams && inkscapeslide.py tracetree.svg
 
 diagrams/architecture-p0.pdf: diagrams/architecture.svg
 	cd diagrams && inkscapeslide.py architecture.svg


More information about the pypy-commit mailing list