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