Always run latex twice.

This commit is contained in:
mainzelm 2003-02-25 10:53:35 +00:00
parent 6918efd4a4
commit 2f6d3753b1
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ man.pdf: $(TEX) man.ind
dvips -j0 -o $@ $<
.tex.dvi:
latex $<
latex $< && latex $<
rm $*.log
.tex.pdf: