Admin/update-keywords
author wenzelm
Tue, 07 Aug 2012 17:08:22 +0200
changeset 48710 5b51ccdc8623
parent 48709 719f458cd89e
permissions -rwxr-xr-x
prefer static Build.session_content for loaded theories -- discontinued incremental protocol;
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
#
33684
29d8aaeb56e5 generate keywords for Emacs Proof General only;
wenzelm
parents: 28504
diff changeset
     5
# DESCRIPTION: Update standard keyword files for Emacs Proof General
21301
8ebeab377939 Update standard keyword files.
wenzelm
parents:
diff changeset
     6
28504
7ad7d7d6df47 simplified main Isabelle executables: removed Isabelle and isabelle (replaced by isabelle-process), renamed isatool to isabelle;
wenzelm
parents: 28481
diff changeset
     7
ISABELLE_HOME="$(isabelle getenv -b ISABELLE_HOME)"
7ad7d7d6df47 simplified main Isabelle executables: removed Isabelle and isabelle (replaced by isabelle-process), renamed isatool to isabelle;
wenzelm
parents: 28481
diff changeset
     8
LOG="$(isabelle getenv -b ISABELLE_OUTPUT)"/log
23694
431782022495 cd ISABELLE_HOME/etc;
wenzelm
parents: 21301
diff changeset
     9
24884
d1e7c1b45c8d emacs vs. jedit;
wenzelm
parents: 24878
diff changeset
    10
d1e7c1b45c8d emacs vs. jedit;
wenzelm
parents: 24878
diff changeset
    11
cd "$ISABELLE_HOME/etc"
d1e7c1b45c8d emacs vs. jedit;
wenzelm
parents: 24878
diff changeset
    12
33684
29d8aaeb56e5 generate keywords for Emacs Proof General only;
wenzelm
parents: 28504
diff changeset
    13
isabelle keywords \
48709
719f458cd89e prefer static Build.outer_syntax in Isabelle/Scala session -- discontinued incremental protocol;
wenzelm
parents: 47267
diff changeset
    14
  "$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
    15
  "$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
    16
48709
719f458cd89e prefer static Build.outer_syntax in Isabelle/Scala session -- discontinued incremental protocol;
wenzelm
parents: 47267
diff changeset
    17
isabelle keywords -k ZF "$LOG/ZF.gz"
24884
d1e7c1b45c8d emacs vs. jedit;
wenzelm
parents: 24878
diff changeset
    18