]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/binaries/matitaprover/Makefile
interpret non ambiguous symbols ASAP
[helm.git] / helm / software / components / binaries / matitaprover / Makefile
index 5e393c2a97efd3397cafd2993ef110032e6dc8e7..edae652aecf7410f7a355e0e4363ecbe2886bfac 100644 (file)
@@ -1,5 +1,5 @@
 DATE=$(shell date +%y%m%d)
-VERSION=0.5.7
+VERSION=1.0.0
 DIST=matitaprover---$(VERSION)
 
 all:
@@ -11,6 +11,7 @@ clean:
 
 dist:
        mkdir -p $(DIST)/Sources
+       cp ReadMe $(DIST)
        cp *.ml *.mli *.mll *.mly Makefile _tags $(DIST)/Sources
        cd $(DIST); ln -s Sources/matitaprover.native matitaprover
        tar -cvzf $(DIST).tgz $(DIST)