Admin/build_release
author Lars Hupel <lars.hupel@mytum.de>
Tue, 11 Jul 2017 16:12:36 +0200
changeset 66268 e4b98cad5ab4
parent 64202 967515846691
child 73705 ac07f6be27ea
permissions -rwxr-xr-x
canonical representation for fmaps is fmlookup

#!/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 "$@"