[pypy-commit] extradoc extradoc: bootstrap Pycon UK talk by copying pycon-italy-2014

rlamy noreply at buildbot.pypy.org
Tue Sep 16 18:43:37 CEST 2014


Author: Ronan Lamy <ronan.lamy at gmail.com>
Branch: extradoc
Changeset: r5402:6d62743996ef
Date: 2014-09-16 05:13 +0100
http://bitbucket.org/pypy/extradoc/changeset/6d62743996ef/

Log:	bootstrap Pycon UK talk by copying pycon-italy-2014

diff --git a/talk/ep2014/status/Makefile b/talk/pycon-uk-2014/Makefile
copy from talk/ep2014/status/Makefile
copy to talk/pycon-uk-2014/Makefile
--- a/talk/ep2014/status/Makefile
+++ b/talk/pycon-uk-2014/Makefile
@@ -1,11 +1,5 @@
-# you can find rst2beamer.py here:
-# https://bitbucket.org/antocuni/env/raw/default/bin/rst2beamer.py
-
-# WARNING: to work, it needs this patch for docutils
-# https://sourceforge.net/tracker/?func=detail&atid=422032&aid=1459707&group_id=38414
-
 talk.pdf: talk.rst author.latex stylesheet.latex
-	python `which rst2beamer.py` --stylesheet=stylesheet.latex --documentoptions=14pt talk.rst talk.latex || exit
+	rst2beamer --stylesheet=stylesheet.latex --documentoptions=14pt talk.rst talk.latex || exit
 	#/home/antocuni/.virtualenvs/rst2beamer/bin/python `which 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
diff --git a/talk/pycon-italy-2014/author.latex b/talk/pycon-uk-2014/author.latex
copy from talk/pycon-italy-2014/author.latex
copy to talk/pycon-uk-2014/author.latex
diff --git a/talk/pycon-italy-2014/beamerdefs.txt b/talk/pycon-uk-2014/beamerdefs.txt
copy from talk/pycon-italy-2014/beamerdefs.txt
copy to talk/pycon-uk-2014/beamerdefs.txt
diff --git a/talk/pycon-italy-2014/speed.png b/talk/pycon-uk-2014/speed.png
copy from talk/pycon-italy-2014/speed.png
copy to talk/pycon-uk-2014/speed.png
diff --git a/talk/pycon-italy-2014/stylesheet.latex b/talk/pycon-uk-2014/stylesheet.latex
copy from talk/pycon-italy-2014/stylesheet.latex
copy to talk/pycon-uk-2014/stylesheet.latex
diff --git a/talk/pycon-italy-2014/talk.pdf.info b/talk/pycon-uk-2014/talk.pdf.info
copy from talk/pycon-italy-2014/talk.pdf.info
copy to talk/pycon-uk-2014/talk.pdf.info
diff --git a/talk/pycon-italy-2014/talk.rst b/talk/pycon-uk-2014/talk.rst
copy from talk/pycon-italy-2014/talk.rst
copy to talk/pycon-uk-2014/talk.rst
diff --git a/talk/pycon-italy-2014/title.latex b/talk/pycon-uk-2014/title.latex
copy from talk/pycon-italy-2014/title.latex
copy to talk/pycon-uk-2014/title.latex


More information about the pypy-commit mailing list