X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=helm%2FEXPORT%2Fexportcoq%2Fexport_theory_theory.sh;fp=helm%2FEXPORT%2Fexportcoq%2Fexport_theory_theory.sh;h=0000000000000000000000000000000000000000;hp=1a23583eb450eb9736cc2f846306e1153f1e8185;hb=869549224eef6278a48c16ae27dd786376082b38;hpb=89262281b6e83bd2321150f81f1a0583645eb0c8 diff --git a/helm/EXPORT/exportcoq/export_theory_theory.sh b/helm/EXPORT/exportcoq/export_theory_theory.sh deleted file mode 100755 index 1a23583eb..000000000 --- a/helm/EXPORT/exportcoq/export_theory_theory.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -echo "Exporting theory $1"; - -for i in ../V7/theories/$1/*.v - do - basename=$(basename $i | sed s/\\.v//) - cat $i | ../mktheory.pl "Coq/$1/$basename" 0 > \ - examples/Coq/$1/$basename.theory.xml -# cat $i | ../mktheory.pl "Coq/$1/$basename" 1 > \ -# examples/Coq/$1/"$basename"_with_types.theory.xml - done