]> mj.ucw.cz Git - saga.git/blobdiff - Makefile
Red-Blue section started.
[saga.git] / Makefile
index 1a19b1ee80307ba785a4fdefaa6c119168d360f9..9802547b897473899e16f90ab0135d5ee4643931 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ all: saga.ps
 
 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))