updated mkroot;
authorwenzelm
Tue, 29 Apr 2014 15:35:40 +0200
changeset 56786 13ede133f6eb
parent 56785 df03bf8c36a1
child 56787 81dc6fffdf30
updated mkroot;
lib/Tools/mkroot
--- 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