Kaydet (Commit) 1125488b authored tarafından Fred Drake's avatar Fred Drake

build_dvi(): Make sure we run latex enough times; this now matches the #

	of times pdflatex would be run, which is correct.
üst 240c35aa
...@@ -33,6 +33,7 @@ build_html() { ...@@ -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 $?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment