Admin/update-keywords
author wenzelm
Wed, 11 Aug 2010 00:44:48 +0200
changeset 38270 71bb3c273dd1
parent 37785 173667d73115
child 38837 b47ee8df7ab4
permissions -rwxr-xr-x
native Isabelle_Process commands, based on efficient byte channel protocol for string lists; misc clarification of proc/pid state, eliminated closing flag; misc tuning and simplification;

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

ISABELLE_HOME="$(isabelle getenv -b ISABELLE_HOME)"
LOG="$(isabelle getenv -b ISABELLE_OUTPUT)"/log


cd "$ISABELLE_HOME/etc"

isabelle keywords \
  "$LOG/Pure.gz" "$LOG/Pure-ProofGeneral.gz" "$LOG/HOL.gz" "$LOG/HOLCF.gz" \
  "$LOG/HOL-Boogie.gz" "$LOG/HOL-Nominal.gz" "$LOG/HOL-Statespace.gz"

isabelle keywords -k ZF \
  "$LOG/Pure.gz" "$LOG/Pure-ProofGeneral.gz" "$LOG/FOL.gz" "$LOG/ZF.gz"