From: Martin Mares Date: Fri, 22 Feb 2008 12:06:30 +0000 (+0100) Subject: Fixed makefile. X-Git-Tag: printed~236 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=f078504cb5950c95ba7f09b104f397b21306a907;p=saga.git Fixed makefile. --- diff --git a/Makefile b/Makefile index e3dfed2..103440e 100644 --- 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))