--- a/src/HOL/IsaMakefile Fri May 31 18:52:23 2002 +0200
+++ b/src/HOL/IsaMakefile Mon Jun 03 09:36:30 2002 +0200
@@ -571,7 +571,7 @@
ex/BT.thy ex/BinEx.thy ex/Group.ML ex/Group.thy ex/Higher_Order_Logic.thy \
ex/Hilbert_Classical.thy ex/InSort.thy ex/IntRing.ML \
ex/IntRing.thy ex/Intuitionistic.thy \
- ex/Lagrange.ML ex/Lagrange.thy ex/Locales.thy \
+ ex/Lagrange.ML ex/Lagrange.thy ex/Locales.thy ex/MergeSort.thy \
ex/MT.ML ex/MT.thy ex/MonoidGroup.thy ex/Multiquote.thy \
ex/NatSum.thy ex/PER.thy ex/Primrec.thy ex/Puzzle.thy \
ex/Qsort.thy ex/ROOT.ML ex/Recdefs.thy ex/Records.thy \
--- a/src/HOL/ex/ROOT.ML Fri May 31 18:52:23 2002 +0200
+++ b/src/HOL/ex/ROOT.ML Mon Jun 03 09:36:30 2002 +0200
@@ -27,6 +27,7 @@
time_use_thy "AVL";
time_use_thy "InSort";
time_use_thy "Qsort";
+time_use_thy "MergeSort";
time_use_thy "Puzzle";
time_use_thy "IntRing";