From 8705bef2462fc3b59782b1846efb90885db57109 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 22 Feb 2008 13:09:27 +0100 Subject: [PATCH] Fix the fix. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 103440e..59c6155 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 $< && bibtex $* && tex $< && tex $< ; fi + tex $< && bibtex $* && tex $< && tex $< saga.dvi: $(addsuffix .tex,$(CHAPTERS)) -- 2.39.2