From d0a8e6d6f5981c72e1f676b415702cab39ce7cf2 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 7 Dec 2011 15:30:19 +0100 Subject: [PATCH] * doc/tl/Makefile.am (LATEXMK): Support an older version of latexmk. --- doc/tl/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/tl/Makefile.am b/doc/tl/Makefile.am index 7c9f79ea0..7e069a86d 100644 --- a/doc/tl/Makefile.am +++ b/doc/tl/Makefile.am @@ -20,8 +20,12 @@ all: $(srcdir)/tl.pdf + +# The second -e '$$pdflatex... ' line can be replaced by -pdflatex on +# recent version of latexmk; but version 4.13a, installed on some +# of our hosts, does not support it. LATEXMK = latexmk -pdf -ps- -dvi- -e '$$bibtex_use=2' \ - -pdflatex='pdflatex %O "\def\SpotVersion{$(VERSION)}\input{%S}"' + -e '$$pdflatex="pdflatex %O \"\\def\\SpotVersion{$(VERSION)}\\input{%S}\""' dist_pdf_DATA = $(srcdir)/tl.pdf