clarified meta_digest: export_files is a directive for physical output from existing build database;
authorwenzelm
Fri, 15 Feb 2019 17:10:09 +0100
changeset 69812 9487788a94c1
parent 69811 18f61ce86425
child 69813 9d94a6c95113
clarified meta_digest: export_files is a directive for physical output from existing build database;
src/Pure/Thy/sessions.scala
--- a/src/Pure/Thy/sessions.scala	Fri Feb 15 17:00:21 2019 +0100
+++ b/src/Pure/Thy/sessions.scala	Fri Feb 15 17:10:09 2019 +0100
@@ -573,7 +573,7 @@
 
       val meta_digest =
         SHA1.digest((name, chapter, entry.parent, entry.options, entry.imports,
-          entry.theories_no_position, conditions, entry.document_files, entry.export_files).toString)
+          entry.theories_no_position, conditions, entry.document_files).toString)
 
       Info(name, chapter, dir_selected, entry.pos, entry.groups,
         dir + Path.explode(entry.path), entry.parent, entry.description, session_options,