]> mj.ucw.cz Git - saga.git/commitdiff
Fix the fix.
authorMartin Mares <mj@ucw.cz>
Fri, 22 Feb 2008 12:09:27 +0000 (13:09 +0100)
committerMartin Mares <mj@ucw.cz>
Fri, 22 Feb 2008 12:09:27 +0000 (13:09 +0100)
Makefile

index 103440e6be5ab589e38f5691db7adf7a35c6e4d3..59c615501f3c9c4b73d56d71f33d336fee0b969d 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 $< && bibtex $* && tex $< && tex $< ; fi
+       tex $< && bibtex $* && tex $< && tex $<
 
 saga.dvi: $(addsuffix .tex,$(CHAPTERS))