src/Pure/Tools/build.scala
changeset 60988 1d7a7e33fd67
parent 60959 3565c9f407ec
child 60991 2fc5a44346b5
equal deleted inserted replaced
60987:ea00d17eba3b 60988:1d7a7e33fd67
   589                 (info.document_files, (Isabelle_System.posix_path(graph_file), (parent,
   589                 (info.document_files, (Isabelle_System.posix_path(graph_file), (parent,
   590                 (info.chapter, (name, theories)))))))))))
   590                 (info.chapter, (name, theories)))))))))))
   591         }))
   591         }))
   592 
   592 
   593     private val env =
   593     private val env =
   594       Map("INPUT" -> parent, "TARGET" -> name, "OUTPUT" -> Isabelle_System.standard_path(output),
   594       Map("INPUT" -> parent, "TARGET" -> name, "OUTPUT" -> File.standard_path(output),
   595         (if (is_pure(name)) "ISABELLE_PROCESS_OPTIONS" else "ARGS_FILE") ->
   595         (if (is_pure(name)) "ISABELLE_PROCESS_OPTIONS" else "ARGS_FILE") ->
   596           Isabelle_System.posix_path(args_file))
   596           Isabelle_System.posix_path(args_file))
   597 
   597 
   598     private val script =
   598     private val script =
   599       if (is_pure(name)) {
   599       if (is_pure(name)) {