Author: Antonio Cuni <anto.c...@gmail.com> Branch: extradoc Changeset: r3711:728639adc8f7 Date: 2011-06-16 16:38 +0200 http://bitbucket.org/pypy/extradoc/changeset/728639adc8f7/
Log: mv talk.txt talk.rst diff --git a/talk/ep2011/talk/Makefile b/talk/ep2011/talk/Makefile --- a/talk/ep2011/talk/Makefile +++ b/talk/ep2011/talk/Makefile @@ -4,8 +4,8 @@ # 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.txt author.latex title.latex stylesheet.latex - rst2beamer.py --stylesheet=stylesheet.latex --documentoptions=14pt talk.txt talk.latex || exit +talk.pdf: talk.rst author.latex title.latex stylesheet.latex + 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 pdflatex talk.latex || exit diff --git a/talk/ep2011/talk/talk.txt b/talk/ep2011/talk/talk.rst rename from talk/ep2011/talk/talk.txt rename to talk/ep2011/talk/talk.rst _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit