[pypy-svn] r30511 - pypy/extradoc/talk/dls2006

arigo at codespeak.net arigo at codespeak.net
Tue Jul 25 12:07:03 CEST 2006


Author: arigo
Date: Tue Jul 25 12:07:02 2006
New Revision: 30511

Added:
   pypy/extradoc/talk/dls2006/Makefile   (contents, props changed)
Log:
The Makefile showing all the commands that are needed to rebuild this
if you're not a LaTeX/BibTeX expert.


Added: pypy/extradoc/talk/dls2006/Makefile
==============================================================================
--- (empty file)
+++ pypy/extradoc/talk/dls2006/Makefile	Tue Jul 25 12:07:02 2006
@@ -0,0 +1,10 @@
+
+pypy-vm-construction.pdf: paper.tex paper.bib image/*.pdf
+	pdflatex paper
+	bibtex paper
+	pdflatex paper
+	pdflatex paper
+	mv paper.pdf pypy-vm-construction.pdf
+
+view: pypy-vm-construction.pdf
+	xpdf pypy-vm-construction.pdf &



More information about the Pypy-commit mailing list