]> mj.ucw.cz Git - saga.git/blobdiff - Makefile
Finish Kruskal.
[saga.git] / Makefile
index 0d0ac1d29a83d85febd8ffd8e0e355f31d66f3ff..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))