src/Pure/System/build.ML
changeset 48543 93b558e05f21
parent 48541 f31ef1a0285a
child 48545 c168bc64f2a8
equal deleted inserted replaced
48542:0a5f598cacec 48543:93b558e05f21
    69         (Options.bool options "browser_info") browser_info
    69         (Options.bool options "browser_info") browser_info
    70         (Options.string options "document")
    70         (Options.string options "document")
    71         (Options.bool options "document_graph")
    71         (Options.bool options "document_graph")
    72         (space_explode ":" (Options.string options "document_variants"))
    72         (space_explode ":" (Options.string options "document_variants"))
    73         parent_name name
    73         parent_name name
    74         (Options.string options "document_dump", Options.string options "document_dump_mode")
    74         (Options.string options "document_dump",
       
    75           Present.dump_mode (Options.string options "document_dump_mode"))
    75         "" verbose;
    76         "" verbose;
    76     val _ = Session.with_timing name timing (List.app use_theories) theories;
    77     val _ = Session.with_timing name timing (List.app use_theories) theories;
    77     val _ = Session.finish ();
    78     val _ = Session.finish ();
    78     val _ = if do_output then () else quit ();
    79     val _ = if do_output then () else quit ();
    79   in () end
    80   in () end