X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FEXPORT%2Fexport_Rocq_CHECKER%2Fexporttheories.sh;fp=helm%2FEXPORT%2Fexport_Rocq_CHECKER%2Fexporttheories.sh;h=0000000000000000000000000000000000000000;hb=e108abe5c0b4eb841c4ad332229a6c0e57e70079;hp=e0152041f3e327fb8fcfa18112602f98e272df7b;hpb=1456c337a60f6677ee742ff7891d43fc382359a9;p=helm.git diff --git a/helm/EXPORT/export_Rocq_CHECKER/exporttheories.sh b/helm/EXPORT/export_Rocq_CHECKER/exporttheories.sh deleted file mode 100755 index e0152041f..000000000 --- a/helm/EXPORT/export_Rocq_CHECKER/exporttheories.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -echo "Exporting theory $1"; - -for i in CHECKER/*.v - do - basename=$(basename $i | sed s/\\.v//) - cat $i | ../mktheory.pl "Rocq/CHECKER/$basename" > \ - examples/Rocq/CHECKER/$basename.theory.xml - done