mirror of
https://github.com/python/cpython.git
synced 2025-11-12 15:09:14 +00:00
build_dvi(): Make sure we run latex enough times; this now matches the #
of times pdflatex would be run, which is correct.
This commit is contained in:
parent
240c35aac0
commit
1125488b24
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ build_html() {
|
||||||
}
|
}
|
||||||
|
|
||||||
build_dvi() {
|
build_dvi() {
|
||||||
|
latex $1 || exit $?
|
||||||
latex $1 || exit $?
|
latex $1 || exit $?
|
||||||
if [ -f $1.idx ] ; then
|
if [ -f $1.idx ] ; then
|
||||||
`dirname $0`/fix_hack $1.idx || exit $?
|
`dirname $0`/fix_hack $1.idx || exit $?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue