changeset 69409 | e7a5340128f0 |
parent 69283 | 39044da8bb5a |
child 71397 | 028edb1e5b99 |
--- a/src/Pure/Tools/doc.scala Thu Dec 06 00:24:21 2018 +0100 +++ b/src/Pure/Tools/doc.scala Thu Dec 06 12:55:53 2018 +0100 @@ -52,7 +52,7 @@ private val Doc_Entry = new Regex("""^\s+(\S+)\s+(.+)\s*$""") private def release_notes(): List[Entry] = - Section("Release notes", true) :: + Section("Release Notes", true) :: Path.split(Isabelle_System.getenv_strict("ISABELLE_DOCS_RELEASE_NOTES")).flatMap(text_file(_)) private def examples(): List[Entry] =