From c082a000b887ba1409658f23451416b8b9837ad8 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Fri, 23 May 2003 11:04:31 +0000 Subject: [PATCH 1/1] added multiple invocations of latex --- helm/papers/calculemus-2003/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/helm/papers/calculemus-2003/Makefile b/helm/papers/calculemus-2003/Makefile index 490e00046..1496348bc 100644 --- a/helm/papers/calculemus-2003/Makefile +++ b/helm/papers/calculemus-2003/Makefile @@ -1,9 +1,10 @@ TITLE=hbugs-calculemus-2003 +REPEAT=3 all: $(TITLE).ps %.ps: %.dvi dvips -f $< > $@ -%.dvi: %.tex - latex $< +%.dvi: %.tex eps/*.eps + for i in $(shell seq 1 $(REPEAT)); do latex $<; done show: $(TITLE).dvi xdvi $(TITLE).dvi showps: $(TITLE).ps -- 2.39.2