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