From f078504cb5950c95ba7f09b104f397b21306a907 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 22 Feb 2008 13:06:30 +0100 Subject: [PATCH] Fixed makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2