Call thumbpdf.
This commit is contained in:
parent
80c4f903cf
commit
6e708ec1cb
|
@ -10,14 +10,14 @@ man.ind: man.idx
|
|||
man.pdf: $(TEX) man.ind
|
||||
|
||||
.dvi.ps:
|
||||
dvips -o $@ $<
|
||||
dvips -j0 -o $@ $<
|
||||
|
||||
.tex.dvi:
|
||||
latex $<
|
||||
rm $*.log
|
||||
|
||||
.tex.pdf:
|
||||
pdflatex $<
|
||||
pdflatex $< && thumbpdf $@ && pdflatex $<
|
||||
rm $*.log
|
||||
|
||||
.idx.ind:
|
||||
|
|
Loading…
Reference in New Issue