7 PDFVIEW = xpdf -fullscreen
9 SRC := $(shell egrep -l '^[^%]*\\begin\{document\}' *.tex)
10 DVI = $(SRC:%.tex=%.dvi)
11 PDF = $(SRC:%.tex=%.pdf)
12 PS = $(SRC:%.tex=%.ps)
17 # call two time because of toc etc
28 -rm -f $(DVI) $(PDF) $(DVI:%.dvi=%.aux) $(DVI:%.dvi=%.log) $(DVI:%.dvi=%.out) $(DVI:%.dvi=%.toc) $(DVI:%.dvi=%.nav) $(DVI:%.dvi=%.snm)