Call thumbpdf.

This commit is contained in:
mainzelm 2002-12-17 15:00:32 +00:00
parent 80c4f903cf
commit 6e708ec1cb
1 changed files with 2 additions and 2 deletions

View File

@ -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: