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