lib/Tools/update_theorems
author wenzelm
Thu, 10 Mar 2016 12:11:23 +0100
changeset 62587 e31bf8ed5397
parent 62450 2154f709fc25
child 62589 b5783412bfed
permissions -rwxr-xr-x
clarified messages, notably on Windows where CPU time of poly.exe is not measured;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
61337
4645502c3c64 fewer aliases for toplevel theorem statements;
wenzelm
parents:
diff changeset
     1
#!/usr/bin/env bash
4645502c3c64 fewer aliases for toplevel theorem statements;
wenzelm
parents:
diff changeset
     2
#
4645502c3c64 fewer aliases for toplevel theorem statements;
wenzelm
parents:
diff changeset
     3
# Author: Makarius
4645502c3c64 fewer aliases for toplevel theorem statements;
wenzelm
parents:
diff changeset
     4
#
4645502c3c64 fewer aliases for toplevel theorem statements;
wenzelm
parents:
diff changeset
     5
# DESCRIPTION: update toplevel theorem keywords
4645502c3c64 fewer aliases for toplevel theorem statements;
wenzelm
parents:
diff changeset
     6
62450
2154f709fc25 moved getopts to Scala;
wenzelm
parents: 61337
diff changeset
     7
isabelle_admin_build jars || exit $?
61337
4645502c3c64 fewer aliases for toplevel theorem statements;
wenzelm
parents:
diff changeset
     8
62450
2154f709fc25 moved getopts to Scala;
wenzelm
parents: 61337
diff changeset
     9
"$ISABELLE_TOOL" java isabelle.Update_Theorems "$@"