Admin/lib/Tools/update_keywords
changeset 52443 725916b7dee5
parent 52439 4cf3f6153eb8
child 53403 c09f4005d6bd
equal deleted inserted replaced
52442:d3c5195b7399 52443:725916b7dee5
     2 #
     2 #
     3 # Author: Makarius
     3 # Author: Makarius
     4 #
     4 #
     5 # DESCRIPTION: update standard keyword files for Emacs Proof General
     5 # DESCRIPTION: update standard keyword files for Emacs Proof General
     6 
     6 
     7 [ -e "$ISABELLE_HOME/Admin/build" ] && { "$ISABELLE_HOME/Admin/build" jars || exit $?; }
     7 isabelle_admin_build jars || exit $?
     8 
     8 
     9 declare -a JAVA_ARGS; eval "JAVA_ARGS=($ISABELLE_BUILD_JAVA_OPTIONS)"
     9 declare -a JAVA_ARGS; eval "JAVA_ARGS=($ISABELLE_BUILD_JAVA_OPTIONS)"
    10 
    10 
    11 cd "$ISABELLE_HOME/etc"
    11 cd "$ISABELLE_HOME/etc"
    12 
    12