Always run latex twice.
This commit is contained in:
parent
6918efd4a4
commit
2f6d3753b1
|
@ -13,7 +13,7 @@ man.pdf: $(TEX) man.ind
|
|||
dvips -j0 -o $@ $<
|
||||
|
||||
.tex.dvi:
|
||||
latex $<
|
||||
latex $< && latex $<
|
||||
rm $*.log
|
||||
|
||||
.tex.pdf:
|
||||
|
|
Loading…
Reference in New Issue