Admin/lib/Tools/update_keywords
author wenzelm
Thu, 26 Sep 2013 10:42:10 +0200
changeset 53912 f6fb8ca4517f
parent 53403 c09f4005d6bd
permissions -rwxr-xr-x
initialize class immediately (potentially more robust);

#!/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