Admin/lib/Tools/update_keywords
author blanchet
Tue, 30 Sep 2014 12:47:15 +0200
changeset 58492 e3ee0cf5cf93
parent 53403 c09f4005d6bd
permissions -rwxr-xr-x
repaired index confusion -- in particular, carefully distinguish between 'assert indices' (monomorphised etc.) and 'assume indices'

#!/usr/bin/env bash
#
# Author: Makarius
#
# DESCRIPTION: update standard keyword files for Emacs Proof General
# (Proof General legacy)

isabelle_admin_build jars || exit $?

declare -a JAVA_ARGS; eval "JAVA_ARGS=($ISABELLE_BUILD_JAVA_OPTIONS)"

cd "$ISABELLE_HOME/etc"

"$ISABELLE_TOOL" java "${JAVA_ARGS[@]}" isabelle.Keywords update_keywords