]> mj.ucw.cz Git - saga.git/commitdiff
Fixed makefile.
authorMartin Mares <mj@ucw.cz>
Fri, 22 Feb 2008 12:06:30 +0000 (13:06 +0100)
committerMartin Mares <mj@ucw.cz>
Fri, 22 Feb 2008 12:06:30 +0000 (13:06 +0100)
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))