Admin/lib/Tools/update_keywords
author blanchet
Fri, 21 Sep 2012 16:45:06 +0200
changeset 49510 ba50d204095e
parent 48983 f9f900c1599e
child 52439 4cf3f6153eb8
permissions -rwxr-xr-x
renamed "Codatatype" directory "BNF" (and corresponding session) -- this opens the door to no-nonsense session names like "HOL-BNF-LFP"
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 \
49510
ba50d204095e renamed "Codatatype" directory "BNF" (and corresponding session) -- this opens the door to no-nonsense session names like "HOL-BNF-LFP"
blanchet
parents: 48983
diff changeset
    12
  "$LOG/HOLCF.gz" "$LOG/HOL-BNF.gz" "$LOG/HOL-Boogie.gz" "$LOG/HOL-Library.gz" "$LOG/HOL-Nominal.gz" \
48709
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