commit | 1125488b248052be32fcaf04fabd390d19760fb1 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Wed Mar 18 22:06:13 1998 +0000 |
committer | Fred Drake <fdrake@acm.org> | Wed Mar 18 22:06:13 1998 +0000 |
tree | 3e6e703c2af4210772a8cace5a0678abeae90421 | |
parent | 240c35aac081c35b4b746ba43b09c13dce2f6f71 [diff] [blame] |
build_dvi(): Make sure we run latex enough times; this now matches the # of times pdflatex would be run, which is correct.
diff --git a/Doc/tools/mkhowto.sh b/Doc/tools/mkhowto.sh index 0541c85..6b6bb96 100755 --- a/Doc/tools/mkhowto.sh +++ b/Doc/tools/mkhowto.sh
@@ -34,6 +34,7 @@ build_dvi() { latex $1 || exit $? + latex $1 || exit $? if [ -f $1.idx ] ; then `dirname $0`/fix_hack $1.idx || exit $? makeindex $1.idx || exit $?