X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fpapers%2Fcalculemus-2003%2FMakefile;h=1496348bcb543292b5dc5d66d7ee14f7d69dfd27;hb=3c7ca719c304eb7de7d8d4e9a90ebe0db8d8ecab;hp=490e00046a269a540ca03f4bc5ffd55dfcb660bf;hpb=f59e3c55dde91612a2e8a16335f2a2e9137fde5f;p=helm.git 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