Admin/build_release
author traytel
Mon, 24 Oct 2016 16:53:32 +0200
changeset 64379 71f42dcaa1df
parent 64202 967515846691
child 73705 ac07f6be27ea
permissions -rwxr-xr-x
additional user-specified simp (naturality) rules used in friend_of_corec

#!/usr/bin/env bash
#
# DESCRIPTION: build full Isabelle distribution from repository

THIS="$(cd "$(dirname "$0")"; pwd)"

"$THIS/build" jars || exit $?
exec "$THIS/../bin/isabelle_java" isabelle.Build_Release "$@"