Admin/lib/Tools/update_keywords
author webertj
Fri, 17 Aug 2012 20:31:12 +0200
changeset 48853 ec82c33c75f8
parent 48726 0bc8d90d2717
child 48983 f9f900c1599e
permissions -rwxr-xr-x
Typo fixed.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
21301
8ebeab377939 Update standard keyword files.
wenzelm
parents:
diff changeset
     1
#!/usr/bin/env bash
8ebeab377939 Update standard keyword files.
wenzelm
parents:
diff changeset
     2
#
8ebeab377939 Update standard keyword files.
wenzelm
parents:
diff changeset
     3
# Author: Makarius
8ebeab377939 Update standard keyword files.
wenzelm
parents:
diff changeset
     4
#
48726
0bc8d90d2717 proper isabelle update_keywords tool;
wenzelm
parents: 48709
diff changeset
     5
# DESCRIPTION: update standard keyword files for Emacs Proof General
21301
8ebeab377939 Update standard keyword files.
wenzelm
parents:
diff changeset
     6
48726
0bc8d90d2717 proper isabelle update_keywords tool;
wenzelm
parents: 48709
diff changeset
     7
LOG="$ISABELLE_OUTPUT/log"
24884
d1e7c1b45c8d emacs vs. jedit;
wenzelm
parents: 24878
diff changeset
     8
d1e7c1b45c8d emacs vs. jedit;
wenzelm
parents: 24878
diff changeset
     9
cd "$ISABELLE_HOME/etc"
d1e7c1b45c8d emacs vs. jedit;
wenzelm
parents: 24878
diff changeset
    10
48726
0bc8d90d2717 proper isabelle update_keywords tool;
wenzelm
parents: 48709
diff changeset
    11
"$ISABELLE_TOOL" keywords \
48709
719f458cd89e prefer static Build.outer_syntax in Isabelle/Scala session -- discontinued incremental protocol;
wenzelm
parents: 47267
diff changeset
    12
  "$LOG/HOLCF.gz" "$LOG/HOL-Boogie.gz" "$LOG/HOL-Library.gz" "$LOG/HOL-Nominal.gz" \
719f458cd89e prefer static Build.outer_syntax in Isabelle/Scala session -- discontinued incremental protocol;
wenzelm
parents: 47267
diff changeset
    13
  "$LOG/HOL-Statespace.gz" "$LOG/HOL-SPARK.gz" "$LOG/HOL-TPTP.gz" "$LOG/HOL-Import.gz"
24878
7ed3077528b6 use isatool keywords -- generate from logs instead of session images;
wenzelm
parents: 23694
diff changeset
    14
48726
0bc8d90d2717 proper isabelle update_keywords tool;
wenzelm
parents: 48709
diff changeset
    15
"$ISABELLE_TOOL" keywords -k ZF "$LOG/ZF.gz"
24884
d1e7c1b45c8d emacs vs. jedit;
wenzelm
parents: 24878
diff changeset
    16