]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/papers/calculemus-2003/Makefile
added multiple invocations of latex
[helm.git] / helm / papers / calculemus-2003 / Makefile
index 490e00046a269a540ca03f4bc5ffd55dfcb660bf..1496348bcb543292b5dc5d66d7ee14f7d69dfd27 100644 (file)
@@ -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