]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/EXPORT/export_Bordeaux_EXCEPTIONS/exporttheories.sh
This commit was manufactured by cvs2svn to create branch 'moogle'.
[helm.git] / helm / EXPORT / export_Bordeaux_EXCEPTIONS / exporttheories.sh
diff --git a/helm/EXPORT/export_Bordeaux_EXCEPTIONS/exporttheories.sh b/helm/EXPORT/export_Bordeaux_EXCEPTIONS/exporttheories.sh
deleted file mode 100755 (executable)
index 5328273..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-echo "Exporting theory $1";
-
-for i in EXCEPTIONS/*.v
- do
-  basename=$(basename $i | sed s/\\.v//)
-  cat $i | ../mktheory.pl "Bordeaux/EXCEPTIONS/$basename" > \
-   examples/Bordeaux/EXCEPTIONS/$basename.theory.xml
- done