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