2 # Just using pdflatex will not work, the diagrams
3 # in the section-relationships appendix will not
5 # Do latex multiple times to generate all the references
6 # completely. Apparently the worst case (TOC using
7 # regular page numbers beginning at 1)
8 # up to 4 times might be needed.
9 # You need to do makeindex before the final latex!
11 latex -halt-on-error dwarf5.tex
12 latex -halt-on-error dwarf5.tex
14 latex -halt-on-error dwarf5.tex
15 latex -halt-on-error dwarf5.tex
16 dvips dwarf5.dvi -o dwarf5.ps
17 ps2pdf dwarf5.ps dwarf5.pdf
35 # this is only useful if you ran make all beforehand
37 @echo '**********************'
38 @echo '*** Cosmetic issues'
39 @echo '**********************'
40 @egrep '(Under)|(Over)' dwarf5.log || echo "None!"
41 @echo '**********************'
42 @echo '*** Missing references'
43 @echo '**********************'
44 @grep 'undef' dwarf5.log || echo "None!"