--- a/src/HOL/IsaMakefile Fri Dec 07 09:42:20 2007 +0100
+++ b/src/HOL/IsaMakefile Fri Dec 07 10:59:03 2007 +0100
@@ -676,6 +676,7 @@
ex/Commutative_Ring_Complete.thy ex/ExecutableContent.thy \
ex/Fundefs.thy ex/Guess.thy ex/Hebrew.thy ex/Binary.thy \
ex/Higher_Order_Logic.thy ex/Hilbert_Classical.thy \
+ ex/Induction_Scheme.thy \
ex/InductiveInvariant.thy ex/InductiveInvariant_examples.thy \
ex/Intuitionistic.thy ex/Lagrange.thy ex/Locales.thy ex/LocaleTest2.thy \
ex/MT.thy ex/MergeSort.thy ex/MonoidGroup.thy ex/Multiquote.thy \
--- a/src/HOL/ex/ROOT.ML Fri Dec 07 09:42:20 2007 +0100
+++ b/src/HOL/ex/ROOT.ML Fri Dec 07 10:59:03 2007 +0100
@@ -24,6 +24,7 @@
"Binary",
"Recdefs",
"Fundefs",
+ "Induction_Scheme",
"InductiveInvariant_examples",
"Locales",
"LocaleTest2",