added call of make_chart
authorclasohm
Tue, 24 Oct 1995 14:58:29 +0100
changeset 1298 488593372568
parent 1297 7ac266cf82d0
child 1299 e74f694ca1da
added call of make_chart
src/HOL/IOA/ROOT_ABP.ML
src/HOL/IOA/ROOT_NTP.ML
src/LK/ex/ROOT.ML
--- a/src/HOL/IOA/ROOT_ABP.ML	Tue Oct 24 14:58:02 1995 +0100
+++ b/src/HOL/IOA/ROOT_ABP.ML	Tue Oct 24 14:58:29 1995 +0100
@@ -32,3 +32,5 @@
 
 loadpath := ["IOA/meta_theory","IOA/ABP"];
 use_thy "Correctness";
+
+make_chart ();   (*make HTML chart*)
--- a/src/HOL/IOA/ROOT_NTP.ML	Tue Oct 24 14:58:02 1995 +0100
+++ b/src/HOL/IOA/ROOT_NTP.ML	Tue Oct 24 14:58:29 1995 +0100
@@ -32,3 +32,5 @@
 
 loadpath := ["IOA/meta_theory","IOA/NTP"];
 use_thy "Correctness";
+
+make_chart ();   (*make HTML chart*)
--- a/src/LK/ex/ROOT.ML	Tue Oct 24 14:58:02 1995 +0100
+++ b/src/LK/ex/ROOT.ML	Tue Oct 24 14:58:29 1995 +0100
@@ -15,4 +15,6 @@
 time_use "ex/quant.ML";
 time_use "ex/hardquant.ML";
 
+make_chart ();   (*make HTML chart*)
+
 maketest"END: Root file for LK examples";