Admin/build_release
author paulson <lp15@cam.ac.uk>
Mon, 27 Feb 2023 17:09:59 +0000
changeset 77406 c2013f617a70
parent 74038 b4f57bfe82e7
permissions -rwxr-xr-x
Importation of basic group theory results, due to Jakob von Raumer from his AFP entry Jordan-Hölder Theorem

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

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

"$THIS/../bin/isabelle" scala_build -q || exit $?
"$THIS/../bin/isabelle_java" isabelle.Build_Release "$@"