src/Pure/Admin/other_isabelle.scala
changeset 69374 ab66951166f3
parent 69360 dc9a39c3f75d
child 69387 ff9095c91e87
--- a/src/Pure/Admin/other_isabelle.scala	Thu Nov 29 15:07:18 2018 +0100
+++ b/src/Pure/Admin/other_isabelle.scala	Thu Nov 29 15:17:51 2018 +0100
@@ -62,7 +62,7 @@
   val etc_preferences: Path = etc + Path.explode("preferences")
 
   def copy_fonts(target_dir: Path): Unit =
-    Isabelle_Fonts.make_entries(getenv = getenv(_), html = true).
+    Isabelle_Fonts.make_entries(getenv = getenv(_), hidden = true).
       foreach(entry => File.copy(entry.path, target_dir))