Build instructions for new Proof General module [not yet activated]
authoraspinall
Mon, 04 Dec 2006 21:41:47 +0100
changeset 21640 9811f1560d38
parent 21639 8ab7c4dbb524
child 21641 d73ab30e82dc
Build instructions for new Proof General module [not yet activated]
src/Pure/IsaMakefile
src/Pure/ROOT.ML
--- a/src/Pure/IsaMakefile	Mon Dec 04 21:33:36 2006 +0100
+++ b/src/Pure/IsaMakefile	Mon Dec 04 21:41:47 2006 +0100
@@ -46,8 +46,14 @@
   ML-Systems/polyml-4.2.0.ML ML-Systems/polyml-4.9.1.ML				\
   ML-Systems/polyml-interrupt-timeout.ML ML-Systems/polyml-posix.ML		\
   ML-Systems/polyml.ML ML-Systems/poplogml.ML ML-Systems/smlnj.ML		\
-  Proof/extraction.ML Proof/proof_rewrite_rules.ML Proof/proof_syntax.ML	\
-  Proof/proofchecker.ML Proof/reconstruct.ML Pure.thy ROOT.ML			\
+  Proof/extraction.ML Proof/proof_rewrite_rules.ML Proof/proof_syntax.ML        \
+  Proof/proofchecker.ML Proof/reconstruct.ML Pure.thy ROOT.ML                   \
+  ProofGeneral/parsing.ML ProofGeneral/pgip_input.ML                            \
+  ProofGeneral/pgip_isabelle.ML ProofGeneral/pgip_markup.ML                     \
+  ProofGeneral/pgip.ML ProofGeneral/pgip_output.ML                              \
+  ProofGeneral/pgip_tests.ML ProofGeneral/pgip_types.ML                         \
+  ProofGeneral/preferences.ML ProofGeneral/proof_general_pgip.ML                \
+  ProofGeneral/ROOT.ML                                                          \
   Syntax/ROOT.ML Syntax/ast.ML Syntax/lexicon.ML Syntax/mixfix.ML		\
   Syntax/parser.ML Syntax/printer.ML Syntax/syn_ext.ML				\
   Syntax/syn_trans.ML Syntax/syntax.ML Syntax/type_ext.ML Thy/html.ML		\
--- a/src/Pure/ROOT.ML	Mon Dec 04 21:33:36 2006 +0100
+++ b/src/Pure/ROOT.ML	Mon Dec 04 21:41:47 2006 +0100
@@ -84,6 +84,8 @@
 
 (*configuration for Proof General*)
 (use |> setmp proofs 1 |> setmp quick_and_dirty true) "proof_general.ML";
+(* NEW PG code: [ in testing ]
+cd "ProofGeneral"; use "ROOT.ML"; cd ".."; *)
 
 use_thy "Pure";
 structure Pure = struct val thy = theory "Pure" end;