lib/Tools/mkroot
changeset 56786 13ede133f6eb
parent 52743 a7d69a11f395
child 66948 47249c5ec3a4
--- a/lib/Tools/mkroot	Tue Apr 29 15:24:41 2014 +0200
+++ b/lib/Tools/mkroot	Tue Apr 29 15:35:40 2014 +0200
@@ -91,17 +91,21 @@
 session "$NAME" = "$ISABELLE_LOGIC" +
   options [document = pdf, document_output = "output"]
   theories [document = false]
-    (* Foo Bar *)
+    (* Foo *)
+    (* Bar *)
   theories
     (* Baz *)
-  files "document/root.tex"
+  document_files
+    "root.tex"
 EOF
 else
   cat > "$DIR/ROOT" <<EOF
 session "$NAME" = "$ISABELLE_LOGIC" +
   options [document = false]
   theories
-    (* Foo Bar Baz *)
+    (* Foo *)
+    (* Bar *)
+    (* Baz *)
 EOF
 fi