src/Pure/Tools/build.ML
changeset 59445 2c27c3d1fd3b
parent 59369 7090199d3f78
child 59446 4427f04fca57
--- a/src/Pure/Tools/build.ML	Sun Jan 25 20:22:20 2015 +0100
+++ b/src/Pure/Tools/build.ML	Sun Jan 25 21:46:21 2015 +0100
@@ -124,12 +124,12 @@
       val _ = SHA1_Samples.test ();
 
       val (command_timings, (do_output, (options, (verbose, (browser_info,
-          (document_files, (parent_name, (chapter, (name, theories))))))))) =
+          (document_files, (graph_file, (parent_name, (chapter, (name, theories)))))))))) =
         File.read (Path.explode args_file) |> YXML.parse_body |>
           let open XML.Decode in
             pair (list properties) (pair bool (pair Options.decode (pair bool (pair string
-              (pair (list (pair string string)) (pair string (pair string (pair string
-                ((list (pair Options.decode (list (string #> rpair Position.none)))))))))))))
+              (pair (list (pair string string)) (pair string (pair string (pair string (pair string
+                ((list (pair Options.decode (list (string #> rpair Position.none))))))))))))))
           end;
 
       val _ = Options.set_default options;
@@ -144,6 +144,7 @@
           (Options.string options "document_output")
           (Present.document_variants (Options.string options "document_variants"))
           (map (apply2 Path.explode) document_files)
+          (Path.explode graph_file)
           parent_name (chapter, name)
           verbose;