* doc/tl/Makefile.am (LATEXMK): Support an older version of latexmk.

This commit is contained in:
Alexandre Duret-Lutz 2011-12-07 15:30:19 +01:00
parent 8c077b662d
commit d0a8e6d6f5

View file

@ -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