From: Martin Mares Date: Fri, 22 Feb 2008 12:09:27 +0000 (+0100) Subject: Fix the fix. X-Git-Tag: printed~235 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=8705bef2462fc3b59782b1846efb90885db57109;p=saga.git Fix the fix. --- 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))