clarified output: avoid confusion with line:column notation;
(* Title: Pure/System/distribution.ML Author: MakariusThe Isabelle system distribution -- filled-in by makedist.*)structure Distribution =struct val version = "unidentified repository version"; val is_identified = false; val is_official = false;end;