]> mj.ucw.cz Git - saga.git/blobdiff - Makefile
Finish Kruskal.
[saga.git] / Makefile
index 7d9d0a3890f4e85f44b39f1d21fc38e1f64be737..9802547b897473899e16f90ab0135d5ee4643931 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 all: saga.ps
 
-CHAPTERS=cover mst
+CHAPTERS=cover mst notation
 
-%.dvi: %.tex macros.tex
+%.dvi: %.tex macros.tex biblio.bib
        tex $< && if grep -q citation $*.aux ; then bibtex $* && tex $< && tex $< ; fi
 
 saga.dvi: $(addsuffix .tex,$(CHAPTERS))
@@ -14,7 +14,7 @@ saga.dvi: $(addsuffix .tex,$(CHAPTERS))
        dvipdfm -o $@ -p a4 -r 600 -z 9 $<
 
 mostlyclean:
-       rm -f *.dvi *.log *~ core *.o *.aux *.bbl *.blg
+       rm -f *.dvi *.log *~ core *.o *.aux *.bbl *.blg *.ids
 
 clean:: mostlyclean
        rm -f *.ps *.pdf