3 CHAPTERS=cover mst notation ram adv
5 %.dvi: %.tex macros.tex biblio.bib
6 tex $< && if grep -q citation $*.aux ; then bibtex $* && tex $< && tex $< ; fi
8 saga.dvi: $(addsuffix .tex,$(CHAPTERS))
11 dvips -D600 -o $@ -t a4 $<
14 dvipdfm -o $@ -p a4 -r 600 -z 9 $<
17 rm -f *.dvi *.log *~ core *.o *.aux *.bbl *.blg *.ids