lib/Tools/update_cartouches
author wenzelm
Sun, 28 Feb 2016 15:00:17 +0100
changeset 62445 91902961184c
parent 61579 634cd44bb1d3
child 62589 b5783412bfed
permissions -rwxr-xr-x
moved getopts to Scala;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
58610
fffdbce036db added update_cartouches tool;
wenzelm
parents:
diff changeset
     1
#!/usr/bin/env bash
fffdbce036db added update_cartouches tool;
wenzelm
parents:
diff changeset
     2
#
fffdbce036db added update_cartouches tool;
wenzelm
parents:
diff changeset
     3
# Author: Makarius
fffdbce036db added update_cartouches tool;
wenzelm
parents:
diff changeset
     4
#
fffdbce036db added update_cartouches tool;
wenzelm
parents:
diff changeset
     5
# DESCRIPTION: update theory syntax to use cartouches
fffdbce036db added update_cartouches tool;
wenzelm
parents:
diff changeset
     6
62445
91902961184c moved getopts to Scala;
wenzelm
parents: 61579
diff changeset
     7
isabelle_admin_build jars || exit $?
61492
3480725c71d2 added isabelle update_cartouches option -t;
wenzelm
parents: 58610
diff changeset
     8
62445
91902961184c moved getopts to Scala;
wenzelm
parents: 61579
diff changeset
     9
"$ISABELLE_TOOL" java isabelle.Update_Cartouches "$@"