Admin/lib/Tools/update_keywords
author wenzelm
Mon, 11 Feb 2013 14:39:04 +0100
changeset 51085 d90218288d51
parent 49510 ba50d204095e
child 52439 4cf3f6153eb8
permissions -rwxr-xr-x
make WWW_Find work again, now that its ML modules reside within a theory context (cf. bf5b45870110) -- patch by Rafal Kolanski;

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

LOG="$ISABELLE_OUTPUT/log"

cd "$ISABELLE_HOME/etc"

"$ISABELLE_TOOL" keywords \
  "$LOG/HOLCF.gz" "$LOG/HOL-BNF.gz" "$LOG/HOL-Boogie.gz" "$LOG/HOL-Library.gz" "$LOG/HOL-Nominal.gz" \
  "$LOG/HOL-Statespace.gz" "$LOG/HOL-SPARK.gz" "$LOG/HOL-TPTP.gz" "$LOG/HOL-Import.gz"

"$ISABELLE_TOOL" keywords -k ZF "$LOG/ZF.gz"