From: Ken Moffat Date: Thu, 26 Jul 2018 22:34:50 +0000 (-0700) Subject: Fix manual.pdf toc page numbers. X-Git-Tag: mutt-1-11-rel~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2af6caa111358fb915f5ca82f5229ba6a8dac5be;p=mutt Fix manual.pdf toc page numbers. When TeX engines are not run sufficient times there are undefined references - for manual.tex the page numbers in the Table of Contents and the List of Tables render as '??'. In this case: Then shalt thou count to three, no more, no less. --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 34ce6247..0eb196ec 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -129,7 +129,7 @@ stamp-doc-chunked: $(srcdir)/chunk.xsl $(srcdir)/mutt.xsl stamp-doc-xml $(srcdir $(CHUNKED_DOCFILES): stamp-doc-chunked manual.pdf: manual.tex - -if test -f manual.tex; then pdfjadetex manual.tex; fi + -if test -f manual.tex; then pdfjadetex manual.tex; pdfjadetex manual.tex; pdfjadetex manual.tex; fi manual.tex: stamp-doc-xml -if test -n "$(DSLROOT)"; then \