Admin/update-keywords
author haftmann
Fri, 01 Jul 2011 23:07:06 +0200
changeset 43636 63654984ba54
parent 41563 0b0cec12aae3
child 44231 f9799971ca97
permissions -rwxr-xr-x
centralized deletion of equations for constructors; corrected misunderstanding what `old functions` are supposed to be

#!/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/HOL.gz" "$LOG/HOLCF.gz" "$LOG/HOL-Boogie.gz" \
  "$LOG/HOL-Nominal.gz" "$LOG/HOL-Statespace.gz" "$LOG/HOL-SPARK.gz"

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