]> granicus.if.org Git - python/commitdiff
build_dvi(): Make sure we run latex enough times; this now matches the #
authorFred Drake <fdrake@acm.org>
Wed, 18 Mar 1998 22:06:13 +0000 (22:06 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 18 Mar 1998 22:06:13 +0000 (22:06 +0000)
of times pdflatex would be run, which is correct.

Doc/tools/mkhowto.sh

index 0541c85bbd9e97a3a7d430b55ee9ba54ecee6bec..6b6bb962c61471e6fd5b5f8ae060ea197405ed4d 100755 (executable)
@@ -33,6 +33,7 @@ build_html() {
 }
 
 build_dvi() {
+    latex $1 || exit $?
     latex $1 || exit $?
     if [ -f $1.idx ] ; then
        `dirname $0`/fix_hack $1.idx || exit $?