Work around some configurations of latexmk.

* src/ltltest/latex.test: Use latexmk -pvc- like in doc/tl/Makefile.am.
Reported by Étienne Renault.
This commit is contained in:
Alexandre Duret-Lutz 2013-09-30 11:50:52 +02:00
parent df109869eb
commit 5663872083

View file

@ -55,7 +55,8 @@ cat <<\EOF
EOF
) > output.tex
TEXINPUTS=$srcdir/../../../doc/tl: latexmk -f -silent --pdf output.tex
TEXINPUTS=$srcdir/../../../doc/tl: \
latexmk -f -silent -pdf -ps- -dvi- -pvc- output.tex
# latexmk will have a non-zero exit status on failure, so we will
# detect that. However the file output.pdf really ought to be