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:
parent
df109869eb
commit
5663872083
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue