# HG changeset patch # User wenzelm # Date 1605125396 -3600 # Node ID 77b51733ffdf31330c2510422aa069f5fe0b3be7 # Parent 913407dad883c7bd38e2f8097d6f26a48250a028 obsolete, build happens in clean tmp_dir; diff -r 913407dad883 -r 77b51733ffdf src/Pure/Thy/present.scala --- a/src/Pure/Thy/present.scala Wed Nov 11 21:06:52 2020 +0100 +++ b/src/Pure/Thy/present.scala Wed Nov 11 21:09:56 2020 +0100 @@ -283,8 +283,6 @@ // prepare document - List("log", "blg").foreach(ext => (doc_dir + Path.explode(root).ext(ext)).file.delete) - val result = if ((doc_dir + Path.explode("build")).is_file) { bash("./build pdf " + Bash.string(doc_name))