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 $@ $<
|
dvips -j0 -o $@ $<
|
||||||
|
|
||||||
.tex.dvi:
|
.tex.dvi:
|
||||||
latex $<
|
latex $< && latex $<
|
||||||
rm $*.log
|
rm $*.log
|
||||||
|
|
||||||
.tex.pdf:
|
.tex.pdf:
|
||||||
|
|
Loading…
Reference in New Issue