]> mj.ucw.cz Git - saga.git/blobdiff - Makefile
Fixed makefile.
[saga.git] / Makefile
index e3dfed248e3190eab42e889c954d6962881c168b..103440e6be5ab589e38f5691db7adf7a35c6e4d3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ all: saga.ps
 CHAPTERS=cover mst notation ram adv rank
 
 %.dvi: %.tex macros.tex biblio.bib
-       tex $< && if grep -q citation $*.aux ; then bibtex $* && tex $< && tex $< ; fi
+       tex $< && bibtex $* && tex $< && tex $< ; fi
 
 saga.dvi: $(addsuffix .tex,$(CHAPTERS))