back to "Tools" in conformance with toplevel Isabelle layout (cf. 3fabf352243e, 15f4309bb9eb);
authorwenzelm
Wed, 02 May 2012 11:45:00 +0200
changeset 47846 bbc3e7bccc61
parent 47845 2a2bc13669bd
child 47847 7cddb6c8f93c
back to "Tools" in conformance with toplevel Isabelle layout (cf. 3fabf352243e, 15f4309bb9eb);
src/HOL/Mirabelle/lib/Tools/mirabelle
--- a/src/HOL/Mirabelle/lib/Tools/mirabelle	Mon Apr 30 21:59:10 2012 +0200
+++ b/src/HOL/Mirabelle/lib/Tools/mirabelle	Wed May 02 11:45:00 2012 +0200
@@ -8,7 +8,7 @@
 PRG="$(basename "$0")"
 
 function print_action_names() {
-  TOOLS="$MIRABELLE_HOME/Actions/mirabelle_*.ML"
+  TOOLS="$MIRABELLE_HOME/Tools/mirabelle_*.ML"
   for TOOL in $TOOLS
   do
     echo $TOOL | perl -w -p -e 's/.*mirabelle_(.*)\.ML/    $1/'
@@ -16,7 +16,7 @@
 }
 
 function print_sledgehammer_options() {
-  grep -e "^val .*K =" $MIRABELLE_HOME/Actions/mirabelle_sledgehammer.ML \
+  grep -e "^val .*K =" $MIRABELLE_HOME/Tools/mirabelle_sledgehammer.ML \
   | perl -w -p -e 's/val .*K *= *"(.*)" *\(\*(.*)\*\)/    $1$2/'
 }