merged
authorwenzelm
Sat, 01 Aug 2009 00:39:45 +0200
changeset 32300 ad33af3242f3
parent 32296 e6a8ed8aed3a (current diff)
parent 32299 5f33ce0ed21f (diff)
child 32301 2b64fbc54a82
merged
--- a/lib/Tools/mkdir	Sat Aug 01 00:17:03 2009 +0200
+++ b/lib/Tools/mkdir	Sat Aug 01 00:39:45 2009 +0200
@@ -187,8 +187,8 @@
   [ -z "$QUIET" ] && echo "creating $PREFIX/ROOT.ML" >&2
   cat >ROOT.ML <<EOF
 (*
-  no_document use_thy "ThisTheory";
-  use_thy "ThatTheory";
+  no_document use_thys ["This_Theory1", "This_Theory2"];
+  use_thys ["That_Theory1", "That_Theory2", "That_Theory3"];
 *)
 EOF
 fi