Admin/lib/Tools/update_keywords
author wenzelm
Wed, 03 Jul 2013 22:30:33 +0200
changeset 52515 0dcadc90550b
parent 52443 725916b7dee5
child 53403 c09f4005d6bd
permissions -rwxr-xr-x
more print function parameters; check command_visible statically in assignment, instead of dynamically in execution;

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

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