src/Pure/Admin/build_fonts.scala
changeset 69395 d1c4a1dee9e7
parent 69374 ab66951166f3
child 69436 1b406949981f
equal deleted inserted replaced
69394:f3240f3aa698 69395:d1c4a1dee9e7
   266     }
   266     }
   267 
   267 
   268 
   268 
   269     // etc/settings
   269     // etc/settings
   270 
   270 
   271     val settings_path = target_dir + Path.explode("etc/settings")
   271     val settings_path = Components.settings(target_dir)
   272     Isabelle_System.mkdirs(settings_path.dir)
   272     Isabelle_System.mkdirs(settings_path.dir)
   273     File.write(settings_path,
   273     File.write(settings_path,
   274       "# -*- shell-script -*- :mode=shellscript:\n\nisabelle_fonts \\\n" +
   274       "# -*- shell-script -*- :mode=shellscript:\n\nisabelle_fonts \\\n" +
   275       (for ((path, _) <- targets)
   275       (for ((path, _) <- targets)
   276         yield """  "$COMPONENT/""" + path.file_name + "\"").mkString(" \\\n") +
   276         yield """  "$COMPONENT/""" + path.file_name + "\"").mkString(" \\\n") +