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;

#!/usr/bin/env bash
#
# Author: Makarius
#
# DESCRIPTION: update toplevel theorem keywords

isabelle_admin_build jars || exit $?

"$ISABELLE_TOOL" java isabelle.Update_Theorems "$@"