included new example in the compiling process
authorurbanc
Thu, 31 May 2007 10:17:23 +0200
changeset 23144 4a9c9e260abf
parent 23143 f72bc42882ea
child 23145 5d8faadf3ecf
included new example in the compiling process
src/HOL/IsaMakefile
src/HOL/Nominal/Examples/ROOT.ML
--- a/src/HOL/IsaMakefile	Thu May 31 09:48:20 2007 +0200
+++ b/src/HOL/IsaMakefile	Thu May 31 10:17:23 2007 +0200
@@ -759,7 +759,8 @@
   Nominal/Examples/SN.thy \
   Nominal/Examples/Weakening.thy \
   Nominal/Examples/Crary.thy \
-  Nominal/Examples/SOS.thy
+  Nominal/Examples/SOS.thy \
+  Nominal/Examples/LocalWeakening.thy
 	@cd Nominal; $(ISATOOL) usedir $(OUT)/HOL-Nominal Examples
 
 
--- a/src/HOL/Nominal/Examples/ROOT.ML	Thu May 31 09:48:20 2007 +0200
+++ b/src/HOL/Nominal/Examples/ROOT.ML	Thu May 31 10:17:23 2007 +0200
@@ -15,4 +15,5 @@
 use_thy "SN";
 use_thy "Weakening";
 use_thy "Crary";
-use_thy "SOS";
\ No newline at end of file
+use_thy "SOS";
+use_thy "LocalWeakening.thy";
\ No newline at end of file